Description Usage Arguments Details Value Methods (by class) Examples
The ranges from the deepTools matrix will be subset based on whether they overlap with specified annotated regions related to a user defined gene list.
1 2 3 4 | annotateRanges_great(object = "profileplyr", species = "character", ...)
## S4 method for signature 'profileplyr'
annotateRanges_great(object = "profileplyr", species = "character", ...)
|
object |
A profileplyr object |
species |
GREAT accepts "hg19", "mm10", "mm9", "danRer7" (zebrafish) |
... |
pass to |
tbd
A profileplyr object
profileplyr
: Annotate profileplyr ranges to genes using rGREAT
1 2 3 4 5 6 7 | library(SummarizedExperiment)
example <- system.file("extdata", "example_deepTools_MAT", package = "profileplyr")
object <- import_deepToolsMat(example)
object <- object[1:5, , ]
# annotate ranges with genes using GREAT with following command:
annotateRanges_great(object, species = "mm10")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.