getRangeValues | R Documentation |
Gets the values of genomic ranges
getRangeValues(
cov,
targetRanges,
doRev = as.character(strand(targetRanges)) == "-",
asMatrix = TRUE
)
cov |
an object of the class RleList. |
targetRanges |
an object of the class GRanges. |
doRev |
a logical vector indicating whether to reverse ranges. Usually derived from |
asMatrix |
a logical indicating whether to return the values as a matrix. |
Returns the values or a matrix containing them.
Rehrauer, Hubert
Schmid, Peter
RleViewsList
viewApply
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.