annotateRanges_great: Annotate profileplyr ranges to genes using rGREAT

Description Usage Arguments Details Value Methods (by class) Examples

Description

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.

Usage

1
2
3
4
annotateRanges_great(object = "profileplyr", species = "character", ...)

## S4 method for signature 'profileplyr'
annotateRanges_great(object = "profileplyr", species = "character", ...)

Arguments

object

A profileplyr object

species

GREAT accepts "hg19", "mm10", "mm9", "danRer7" (zebrafish)

...

pass to submitGreatJob

Details

tbd

Value

A profileplyr object

Methods (by class)

Examples

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")

profileplyr documentation built on Nov. 8, 2020, 8:12 p.m.