Description Usage Arguments Details
View source: R/runExomeDepth.R
Wrapper to run the ExomeDepth algorithm on a counts object
1 | runExomeDepth(counts, transProb = 1e-04, cnvLength = 50000)
|
counts |
data.table counts object |
transProb |
passed to ExomeDepth::CallCNVs 'transition.probability' |
cnvLength |
passed to ExomeDepth::CallCNVs 'expected.CNV.length' |
... |
arguments passed to mclapply |
Runs ExomeDepth using the default parameters, then maps the call information
back to the counts object.
Will use parallel::mclapply()
& parallel::mcmapply()
to parallelize
the computation when available.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.