powered by
Returns the number of sequence in an MSA alignment.
# S3 method for msa nrow(x)
an MSA object
an integer containing the number of sequences in an alignment.
msa
# NOT RUN { m <- msa(seqs=c("A--ACGTAT", "AG-AGGTAA", "AGGAGGTAG"), names=c("human", "mouse", "rat")) nrow.msa(m) # }
Run the code above in your browser using DataLab