Description Usage Arguments Details Value Author(s)
Get splicing sites from transcriptome. See 'Details'.
1 | GetSplicingSites(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 splicing sites from a reference
trancriptome specified by refGenome
, and returns a
GRanges
object. Splicing sites are identified as
either donor (splicing site at the 5' end of the intron)
or acceptor (splicing site at the 3' end of the intron)
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.