CallzUMIs | R Documentation |
zUMI method used to recognize cell-containing droplets.
CallzUMIs(counts, Cell_min_nCount = 500)
counts |
A |
Cell_min_nCount |
Minimum nCount for 'Cell' droplets. Default is 500. |
A DataFrame
containing the classification column named 'zUMIsClass'.
counts <- simSimpleCounts() result <- CallzUMIs(counts) head(result)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.