getLength {seqinr}R Documentation

Generic Function To obtain the length of a sequence

Description

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

Usage

getLength(object)

Arguments

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

Value

a numeric vector giving the length of the sequence

Author(s)

D. Charif

References

  citation("seqinr")

See Also

getName, getFrag

Examples

 methods(getLength)

[Package seqinr version 1.0-4 Index]