CellCalling | R Documentation |
Call cell-containg droplets using different methods.
CellCalling(counts, method = "dropSplit", seed = 0, ...)
counts |
A |
method |
A cell-calling method from the following options:
|
seed |
Random seed used in the function. Default is 0. |
... |
Arguments passed to the cell-calling method. |
A list including at least DataFrame
named 'meta_info' which contains the final classification column named 'method
Class'.
counts <- simSimpleCounts() result <- CellCalling(counts, method = "dropSplit") head(result)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.