CallCellRangerV2 | R Documentation |
CellRanger_v2 method used to recognize cell-containing droplets.
CallCellRangerV2( counts, recovered_cells = 3000, recovered_cells_quantile = 0.99, Cell_min_nCount = 500 )
counts |
A |
recovered_cells |
Expected number of recovered cells. Default is 3000. |
recovered_cells_quantile |
Quantile of the top |
Cell_min_nCount |
Minimum nCount for 'Cell' droplets. Default is 500. |
A DataFrame
containing the classification column named 'CellRangerV2Class'.
counts <- simSimpleCounts() result <- CallCellRangerV2(counts) head(result)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.