Description Usage Arguments Details Value Author(s) Examples
This functions counts the number of bases in an alignment that are composed of missing data.
1 |
DNAbin |
A DNA alignment of class ‘DNAbin’. |
gapsAsMissing |
Logical. Should gaps (coded as '-') be considered missing bases? Default of TRUE. |
This function considers bases coded as '?' and 'N' as missing data. By default, gaps (coded as '-') are also considered missing.
A numeric vector giving the number of missing bases in each sequence of the alignment.
Samuel Brown <s_d_j_brown@hotmail.com>
1 2 3 | data(anoteropsis)
checkDNA(anoteropsis)
checkDNA(anoteropsis, gapsAsMissing=FALSE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.