Description Usage Arguments Value Author(s) Examples
Determines if an MSA object represents an ordered alignment.
1 2 | ## S3 method for class 'msa'
is.ordered(x)
|
x |
an MSA object |
a boolean indicating whether the columns are in order
Melissa J. Hubisz and Adam Siepel
1 2 3 4 5 6 | m <- msa(seqs=c("A--ACGTAT", "AG-AGGTAA", "AGGAGGTAG"),
names=c("human", "mouse", "rat"))
is.ordered.msa(m)
m <- msa(seqs=c("A--ACGTAT", "AG-AGGTAA", "AGGAGGTAG"),
names=c("human", "mouse", "rat"), is.ordered=FALSE)
is.ordered.msa(m)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.