getSequence {seqinr} | R Documentation |
Method for the classes of sequences: SeqFastadna
, SeqFastaAA
, SeqAcnucWeb
and SeqFrag
.
getSequence(object, as.string = FALSE)
object |
an object of class SeqFastadna , SeqFastaAA , SeqAcnucWeb or SeqFrag . |
as.string |
if TRUE sequences are returned as a string instead of a vector of chars. |
A vector of chars containing the sequence (default) or a string when as.string
is set to TRUE.
D. Charif
citation("seqinr")
methods(getSequence)