View source: R/mixedcirc_tss_calculation.R
construct_introns | R Documentation |
This function generates intronic coordinates by extracting
all the exons
from a GRanges
object.
construct_introns(x, update = TRUE)
x |
An object of class |
update |
If |
An object of class GRanges
with updated intron
coordinates or just the intron coordinates depending on update
.
They all inherit from GRanges
.
gff.file = system.file('extdata/chr21.refseq.hg19.gtf', package='genomation')
gff = gffToGRanges(gff.file)
construct_introns(gff)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.