CallCellRangerV3 | R Documentation |
CellRanger_v3 method used to recognize cell-containing droplets.
CallCellRangerV3( counts, recovered_cells = 3000, recovered_cells_quantile = 0.99, n_candidate_barcodes = 20000, n_partitions = 90000, min_umis_nonambient = 500, min_umi_frac_of_median = 0.01, max_adj_pvalue = 0.01 )
counts |
A |
recovered_cells |
Expected number of recovered cells. Default is 3000. |
recovered_cells_quantile |
Quantile of the top |
n_candidate_barcodes |
Number of additional barcodes to consider after the initial cell calling. Default is 20000. |
n_partitions |
Number of partitions (max number of barcodes to consider for ambient estimation). Default is 90000. |
min_umis_nonambient |
Minimum number of UMIS per barcode to consider after the initial cell calling. Default is 500. |
min_umi_frac_of_median |
Minimum ratio of UMIs to the median (initial cell call UMI) to consider after the initial cell calling. Default is 0.01. |
max_adj_pvalue |
Minimum ratio of UMIs to the median (initial cell call UMI) to consider after the initial cell calling. Default is 0.01. |
A DataFrame
containing the classification column named 'CellRangerV3Class'.
counts <- simSimpleCounts() result <- CallCellRangerV3(counts) head(result)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.