Description Usage Arguments Value Examples
The function takes a circSample or circExperiment object and compares backsplice read data for circSample(s) to a database of known junction sites (generated by constructSJDB,ANY-method
).
1 | compareToKnownJunctions(object, known.junctions, cores = 1L, ...)
|
object |
circSample or circExperiment object |
known.junctions |
A vector of (valid) chromosome names that is used to restrict the chimeric read data |
cores |
Only supported on unix! Number of cores used for parallel processing for circExperiment objets. |
List of linear splice junction count summaries (SJ.tab.out) for all samples stored in the circExperiment-object.
1 2 | #kj <- constructSJDB(annotationDB = db)
#readBSJdata(object, known.junctions = kj, cores = 4)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.