Learn R Programming

seqinr (version 1.0-4)

getLocation: Generic Function To obtain the Position of a Sequence on the Parent Sequence

Description

Methods for the class of sequences: SeqAcnucWeb. If the sequence is a subsequence (e.g. coding sequence), the function will return the position of each exon on the parent sequence.

Usage

getLocation(object)

Arguments

object
an object of the class SeqAcnucWeb.

Value

  • a list giving the positions of the sequence on the parent sequence.

References

citation("seqinr")

See Also

SeqAcnucWeb, query

Examples

Run this code
methods(getLocation)

Run the code above in your browser using DataLab