Description Usage Arguments Value
This function from a seurat object, takes the feature selected and provides a vizualization for thresholding and corresponding descritized tabulation.
1 2 3 4 5 6 7 8 9 10 | PlotFeatThrTab(
SeuratObj,
FeatName = NULL,
CutThresh = NULL,
PlotBar = T,
MetaDataName = NULL,
TitleExtra = "",
PlotHist = F,
col_vector = col_vector
)
|
SeuratObj, |
A Seurat object. |
FeatName, |
the Feature name of interest. |
CutThresh, |
cutting threshold. |
TitleExtra, |
title from user. |
plot with ggplot tabulated bar plots.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.