prepareAnnotatedReducedExonRanges: Prepare the reduced exon ranges for each promoter using the...

Description Usage Arguments Value Examples

Description

Prepare the reduced exon ranges for each promoter using the annotation txdb specified

Usage

1
2

Arguments

txdb

A txdb object. The txdb object of the annotation version for which promoters will be identified

species

A character object. The genus and species of the organism to be used in keepStandardChromosomes(). Supported species can be seen with names(genomeStyles()).

promoterIdMapping

A data.frame object. The id mapping between transcript ids, names, TSS ids, promoter ids and gene ids

exonReducedRanges

A GRanges object. The reduced first exon ranges for each promoter without metadata

Value

A GRanges object. The reduced first exon ranges for each promoter with promoter metadata

Examples

1
2
3
4
5
6
7
## Not run: 
exonReducedRanges <- prepareAnnotatedReducedExonRanges(txdb,
                                                       species = 'Homo_sapiens',
                                                       promoterIdMapping,
                                                       exonReducedRanges)

## End(Not run)

dnzdmrcgl/proActivTest documentation built on June 9, 2019, 10:50 a.m.