extractPromoters | R Documentation |
A wrapper of GenomicRanges::promoters()
to extract promoter regions of
a GRanges object stored in a OGREDataSet
extractPromoters(OGREDataSet, name, upstream = 2000, downstream = 200)
OGREDataSet |
An OGREDataSet |
name |
|
upstream |
|
downstream |
|
OGREDataSet
myOGRE <- makeExampleOGREDataSet() myOGRE <- loadAnnotations(myOGRE) myOGRE <- extractPromoters(myOGRE,"genes", upstream=2000, downstream=200)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.