View source: R/Visualizations_Seurat_based.R
QuantileADTcounter | R Documentation |
Plots a histogram of ADT/protein/CITE-seq markers optional: identify percent of cells cut by a threshold
QuantileADTcounter(
SerObj,
features = NULL,
min.cells = 10,
slot = "data",
thresh = NULL
)
SerObj |
A Seurat Object |
features |
Features |
min.cells |
a horizontal line is plotted at this value |
slot |
which ADT slot data or count |
thresh |
a vertical line is plotted at this value and perc. of cells below it is computed and plotted |
A ggplot object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.