Biostrings (version 2.40.2)

InDel-class: InDel objects

Description

The InDel class is a container for storing insertion and deletion information.

Arguments

Accessor methods

In the code snippets below, x is a InDel object.
insertion(x): The insertion information.
deletion(x): The deletion information.

Details

This is a generic class that stores any insertion and deletion information.

See Also

pairwiseAlignment, PairwiseAlignments-class