runMetrics | R Documentation |
Calculates the overdispersion and the breakpoint counts for each cell.
runMetrics(scCNA, BPPARAM = bpparam())
scCNA |
scCNA object. |
BPPARAM |
A BiocParallelParam specifying how the function should be parallelized. |
Adds the metrics to the scCNA colData
.
Those metrics can be used for subsetting the data if desired.
results can be visualized with plotMetrics
.
Adds columns 'overdispersion' and 'breakpoint_count' to
colData
.
Darlan Conterno Minussi
copykit_obj <- mock_bincounts()
copykit_obj <- runMetrics(copykit_obj)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.