Skip to content

Commit

Permalink
edit some TODO comments
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] committed Mar 1, 2014
1 parent 622f7fb commit 5630994
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion R/range-squeezers.R
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,10 @@ setGeneric("grglist", signature="x",
)

### Extract the ranges as a RangesList object.
### TODO: This one should probably be in IRanges.
### TODO: This one should probably be in IRanges together with ranges(), which
### is another range-squeezer.
### TODO: For consistency the ranges() generic should also get the 'use.mcols'
### arg with default to FALSE.
setGeneric("rglist", signature="x",
function(x, use.mcols=FALSE, ...) standardGeneric("rglist")
)
Expand Down
6 changes: 3 additions & 3 deletions man/range-squeezers.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,9 @@ rglist(x, use.mcols=FALSE, ...)
\link[GenomicAlignments]{GAlignments}), the returned object is expected
to be \emph{parallel} to \code{x}, that is, the i-th element in the output
corresponds to the i-th element in the input. If \code{x} has names on it,
they're propagated to the returned object. If \code{use.mcols=TRUE} and
\code{x} has metadata columns on it, they're propagated to the returned
object.
they're propagated to the returned object. If \code{use.mcols} is TRUE and
\code{x} has metadata columns on it (accessible with \code{mcols(x)}),
they're propagated to the returned object.
}

\author{H. Pages}
Expand Down

0 comments on commit 5630994

Please sign in to comment.