Description Usage Arguments Value Examples
The function takes a circSample or circExperiment object and reads the chimeric data for samples described in these objects.
1 2 3 4 5 6 7 8 9 | readBSJdata(
object,
chromosomes = c(1:22, "X", "Y"),
cores = 1L,
maxGenomicDist = 1e+05,
onlySpanning = TRUE,
removeBadPairs = T,
...
)
|
object |
circSample or circExperiment object |
chromosomes |
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. |
maxGenomicDist |
Maximal allowed size between donor and acceptor (defaults to 100.000 nt). |
onlySpanning |
Return only BSJ spanning or all (spanning and encompassing) reads. |
Same as input object, but populated slot for bsj data.
1 | #readBSJdata(testExperiment)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.