View source: R/functions_tracks.R
track_ref | R Documentation |
track_ref
track_ref( ref = "~/gencode.v28.annotation.gtf.gz", qgr, flip_x = FALSE, exon_height = 0.5, intron_thickness = 2, show_tss = FALSE, tss_size = 3, tss_color = "red", return_data = FALSE )
debug |
ref = rtracklayer::import.gff(ref, format = "gtf", feature.type = "exon") qgr = range(subset(ref, gene_name == "GREB1")) qgr track_ref(ref, qgr) track_ref(ref, qgr, show_tss = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.