Description Usage Arguments Details Value Author(s)
Get exon-exon boundary sites from transcriptome. See 'Details'.
1 | GetEEJunct(refGenome = "hg38", filter = c("CDS", "5'UTR"))
|
refGenome |
A character string; specifies a specific
reference genome assembly version based on which the matching
transcriptome is loaded; default is |
filter |
A character vector; only consider transcript
sections specified in |
The function extracts exon-exon boundary sites (EEBS) from a
reference trancriptome specified by refGenome
, and returns
a GRanges
object. Boundary sites are defined as the
location of those exonic single nucleotides that are closest
upstream to the intronic donor site.
A GRanges
object. See 'Details'.
Maurits Evers, maurits.evers@anu.edu.au
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.