annotate_gr | R Documentation |
my_annotate
annotate_gr(gr, tss_gr, max_dist = 5000)
gr_size |
tx_gr = rtracklayer::import.gff("~/gencode.v36.annotation.gtf", feature.type = "transcript", format = "gtf") tss_gr = GenomicRanges::promoters(tx_gr, 1, 0) qgr = CTCF_in_10a_overlaps_gr annotate_gr(qgr, tss_gr, max_dist = 1e4)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.