getName {seqinr}R Documentation

Generic Function To obtain the name of a sequence

Description

Method for the class of sequences: SeqFastadna, SeqFastaAA, SeqAcnucWeb or SeqFrag.

Usage

getName(object)

Arguments

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

Value

A string of chars containing the name of the sequence.

Author(s)

D. Charif

References

  citation("seqinr")

See Also

getFrag

Examples

  methods(getName)

[Package seqinr version 1.0-4 Index]