annotateRanges_great | R Documentation |
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.
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
annotateRanges_great(profileplyr)
: Annotate profileplyr ranges to genes using rGREAT
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.