Description Usage Arguments Value Examples
Prepare the id mapping between transcript ids, names, TSS ids, promoter ids and gene ids
1 2 | preparePromoterIdMapping(txdb, species = "Homo_sapiens",
exonReducedRanges)
|
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()). |
exonReducedRanges |
A GRanges object. The reduced first exon ranges for each promoter |
A data.frame object. The id mapping between transcript ids, names, TSS ids, promoter ids and gene ids
1 2 3 4 5 6 | ## Not run:
promoterIdMapping <- preparePromoterIdMapping(txdb,
species = 'Homo_sapiens',
exonReducedRanges)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.