DNAbin2indel | R Documentation |
This function scans a set of aligned DNA sequences and returns a matrix with information of the localisations and lengths on alignment gaps.
DNAbin2indel(x)
x |
an object of class |
The output matrix has the same dimensions than the input one with, either a numeric value where an alignment gap starts giving the length of the gap, or zero. The rownames are kept.
a numeric matrix.
Emmanuel Paradis
DNAbin
, as.DNAbin
, del.gaps
,
seg.sites
, image.DNAbin
,
checkAlignment
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.