Description Usage Arguments Value Examples
View source: R/celda_functions.R
Outputs a violin plot for feature expression data.
| 1 | violinPlot(counts, celda.mod, features)
 | 
| counts | Integer matrix. Rows represent features and columns represent cells. | 
| celda.mod | Celda object of class "celda_G" or "celda_CG". | 
| features | Character vector. Uses these genes for plotting. | 
Violin plot for each feature, grouped by celda cluster
| 1 2 | violinPlot(counts = celda.CG.sim$counts,
                   celda.mod = celda.CG.mod, features = "Gene_1")
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.