Description Usage Arguments Value
get_no_overlap_exons
uses as input a gtf to optain set of
non-overlapping exons. These can be used in gen_ERs
as the
opt_gr
to optimise ER definitions.
1 | get_no_overlap_exons(gtf, ucsc_chr, ignore.strand)
|
gtf |
Either a string if path to a .gtf file or a pre-imported gtf using
|
ucsc_chr |
logical scalar, determining whether to add "chr" prefix to the seqnames of non-overlapping exons and change "chrMT" -> "chrM". Note, if set to TRUE and seqnames already have "chr", it will not add another. |
ignore.strand |
logical value for input into
|
GRanges object containing non-overlapping exons.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.