InDel-class {Biostrings} | R Documentation |
InDel objects
Description
The InDel
class is a container for storing insertion and deletion
information.
Details
This is a generic class that stores any insertion and deletion information.
Accessor methods
In the code snippets below,
x
is a InDel
object.
-
insertion(x)
: The insertion information. -
deletion(x)
: The deletion information.
Author(s)
P. Aboyoun
See Also
pairwiseAlignment
,
PairwiseAlignments-class
[Package Biostrings version 2.64.1 Index]