powered by
Returns the sequence names for an MSA object.
# S3 method for msa names(x)
an MSA object
a character vector giving the names of the sequences, or NULL if they are not defined
# NOT RUN { m <- msa(seqs=c("ACGTAT", "AGGTAA", "AGGTAG"), names=c("human", "mouse", "rat")) names.msa(m) m <- msa(seqs=c("ACGTAT", "AGGTAA", "AGGTAG")) names.msa(m) # }
Run the code above in your browser using DataLab