getLocation {seqinr}R Documentation

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.

Author(s)

D. Charif

References

  citation("seqinr")

See Also

SeqAcnucWeb, query

Examples

  methods(getLocation)

[Package seqinr version 1.0-4 Index]