annotate_gr: my_annotate

annotate_grR Documentation

my_annotate

Description

my_annotate

Usage

annotate_gr(gr, tss_gr, max_dist = 5000)

Arguments

gr_size

Examples

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)

jrboyd/ssvRecipes documentation built on May 22, 2022, 7:07 a.m.