Description Usage Arguments Value
plotCellPatterns This function provides a wrapper around monocle3's plotting function to allow for clipping of color scales, to limit the effect of outliers on visualization. Implemented to plot continuous variables in pData that share common prefixes and unique appended ids... eg "pattern1" "pattern2" "patternZ"
1 2 3 4 5 6 7 | plotCellPatterns(
pattern_suffix,
cds,
pattern_prefix = NULL,
red_method = "UMAP",
do.clip = c(0, 1)
)
|
pattern_suffix |
A vector of names (or unique parts of names - used with pattern_prefix) of continuous values in pData to color cells by |
cds |
A monocle3 cell_data_set object |
pattern_prefix |
Used with pattern_suffix, if all variables to be plotted have a common prefix. only implemented like this to allow for lapply |
red_method |
Passed through monocle::plot_cells |
do.clip |
A vector of two numbers on the scale [0,1] indicating minimum and maximum percentiles at which to clip the color scale. |
Returns a plot (or list of plots) with cells colored by pattern weight
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.