View source: R/Visualizations_Seurat_based.R
plot_libSize | R Documentation |
Plots a histogram of ADT/protein/CITE-seq markers (optional: identify percent of cells cut by a threshold)
plot_libSize(
SerObj,
assay = "ADT",
slot = "counts",
featureSplit = NULL,
col_vector = NULL
)
SerObj |
A Seurat Object |
assay |
Assay within the seurat object |
slot |
which ADT slot data or count |
featureSplit |
a feature of metadata; if NULL no split id done. |
A ggplot object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.