Loads a list of splice junctions detected using find_circ.py
(Memczak et al. 2013; www.circbase.org), applies quality filters,
calculates circular-to-linear ratios, and extends the input with
genomic features
1 2 3 4 5 6 7 | annotateCircs(se, annot.list, assembly = c("hg19", "hg38", "mm10", "rn5",
"rn6", "dm6", "WBcel235"), fixCoordIndexing = TRUE, ...)
## S4 method for signature 'RangedSummarizedExperiment'
annotateCircs(se, annot.list,
assembly = c("hg19", "hg38", "mm10", "rn5", "rn6", "dm6", "WBcel235"),
fixCoordIndexing = TRUE, ...)
|
se |
a SummarizedExperiment object |
annot.list |
list of relevant genomic features generated using
|
assembly |
what genome assembly the input data are coming from |
fixCoordIndexing |
check and fix genomic coordinate indexing? |
... |
other arguments |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.