Description Usage Arguments Value
Make an area plot of proportions of cells assigned to singlets, doublets, and negatives as a function of the positive.quantile provided to Seurat::HTODemux
1 2 3 4 5 | prep_HTO_q_area_plot(
seurat_obj,
vec_range_quantile = seq(0.8, 0.99, 0.01),
n_cores_max = Inf
)
|
seurat_obj |
A seurat object |
vec_range_quantile |
a numeric vector of quantile values (0-1) |
n_cores_max |
max number of cores to use in multicore processing |
a ggplot2 object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.