Description Usage Arguments Value
View source: R/visualization.R
#Function to plot a continuous variable (eg pattern usage) over a categorical variable such as time. Provide feature (continuous) and bin_by (categorical, discrete) as strings that matches a column in pData.
1 | plotPatternUsageByCondition(feature, cds, conditions, bin_by = NULL)
|
feature |
A names or vector of names of continuous values in pData to plot the values |
cds |
A monocle3 cell_data_set object |
bin_by |
A categorical value in pData to group cells by |
Returns a boxplot (or list of plots) of cells projected pattern weights, for groups of interest
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.