Skip to content

Commit

Permalink
add deprecated message to mapCoords() man page
Browse files Browse the repository at this point in the history
  • Loading branch information
v.obenchain committed Jan 24, 2015
1 parent 39f30ce commit ed901e7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions man/mapCoords-methods.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
\title{Mapping ranges between sequences}

\description{
Deprecated. Use \code{mapToTranscript} instead.
A method for translating a set of input ranges through a
\link{GRangesList} object. Returns a \linkS4class{GenomicRanges}
object.
Expand Down Expand Up @@ -67,6 +68,8 @@
}

\details{
Deprecated. Use \code{mapToTranscript} instead.

Each element in \code{to} is taken to represent an alignment of a sequence on
a genome. The typical case is a set of transcript models, as might be obtained
via \code{GenomicFeatures::exonsBy}. Each outer list element of the
Expand Down

0 comments on commit ed901e7

Please sign in to comment.