prepareAnnotatedIntronRanges: Prepare the annotated intron ranges for the annotating txdb...

Description Usage Arguments Value Examples

Description

Prepare the annotated intron ranges for the annotating txdb specified

Usage

1
2
prepareAnnotatedIntronRanges(txdb, species = "Homo_sapiens",
  promoterIdMapping)

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

Value

A GRanges object. The intron ranges annotated with the promoter information.

Examples

1
2
3
4
5
6
## Not run: 
intronRanges.annotated <- prepareAnnotatedIntronRanges(txdb,
                                                       species = 'Homo_sapiens',
                                                       promoterIdMapping)

## End(Not run)

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