Given a GRanges and a TxDB object, the GRanges are divided according to their overlap to promoters (defined based on upstream and downstream bp from transcription start sites, TSS) and genebody (intragenic), while the remaining GRanges are assigned to intergenic
To be used in this form:
GRannotateSimple(gr, txdb, upstream=2000, downstream=1000)
where:
gr: a GRanges
txdb: an object of class TxDB
upstream: numeric; the number of bp upstream the TSS
downstream: numeric; the number of bp downstream the TSS
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.