ClusterUMAPthresholding | R Documentation |
clUMAP with threshold value.
ClusterUMAPthresholding(
q.meta.col = "Score.GO.0034976",
c.meta.col = "integrated_snn_res.30",
quantile = 0.95,
absolute.cutoff = NULL,
obj = combined.obj,
plot.barplot = FALSE,
subt = "response to ER stress",
plotUMAP = TRUE,
...
)
q.meta.col |
Numeric metadata column name, Default: 'Score.GO.0034976' |
c.meta.col |
Clustering basis to split the data (Categorical metadata column name), Default: 'integrated_snn_res.30' |
quantile |
Quantile, Default: 0.95 |
absolute.cutoff |
Absolute cutoff, Default: NULL |
obj |
Seurat single cell object, Default: combined.obj |
plot.barplot |
Draw a barplot? Default: FALSE |
subt |
Plot Subtitle, Default: 'response to ER stress' |
plotUMAP |
Draw a UMAP? Default: TRUE |
... |
Pass any other parameter to the internally called functions (most of them should work). |
calc.cluster.averages
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.