InDel-class {Biostrings} | R Documentation |
The InDel
class is a container for storing insertion and deletion
information.
This is a generic class that stores any insertion and deletion information.
In the code snippets below,
x
is a InDel
object.
insertion(x)
:
The insertion information.
deletion(x)
:
The deletion information.
P. Aboyoun
pairwiseAlignment
,
PairwiseAlignments-class