seqinr (version 1.0-1)

getSequence: Generic Function To Get a sequence

Description

Method for the classes of sequences: SeqFastadna, SeqFastaAA, SeqAcnucWeb and SeqFrag.

Usage

getSequence(object)

Arguments

object
an object of class SeqFastadna, SeqFastaAA, SeqAcnucWeb or SeqFrag.

Value

  • A vector of chars containing the sequence

References

� To have an overview of the seqinR's functionnality, please consult this vignette: Charif, D., Lobry, J.R. (2005) SeqinR: a contributed package to the R project for statistical computing devoted to biological sequences retrieval and analysis. Springer Verlag, Biological and Medical Physics/Biomedical Series, in preparation.

See Also

getFrag, c2s

Examples

Run this code
methods(getSequence)

Run the code above in your browser using DataCamp Workspace