Description Usage Arguments Value Examples
Extract Entrez genes promoters from TxDb object.
1 | get_promoters_txdb(txdb, upstream = 1000, downstream = 1000)
|
txdb |
A valid |
upstream |
The number of nucleotides upstream of TSS. |
downstream |
The number of nucleotides downstream of TSS. |
A GRanges
object that contains the promoters infos.
1 2 3 4 5 6 | ## Not run:
# require(TxDb.Hsapiens.UCSC.hg19.knownGene)
txdb <- TxDb.Hsapiens.UCSC.hg19.knownGene
promoters_hg19 <- get_promoters_txdb(txdb)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.