View source: R/visualization.R
plotGeneViolin | R Documentation |
Plot the expression of a gene across group of cells with violion plot.
plotGeneViolin(data, gene, ncol = 3, x = NULL)
data |
list; GFICF object |
gene |
characters; Id of genes to plot. It must correspond to the IDs on the rows of raw count matrix. |
ncol |
numeric; Number of columns of the final plot (defaul is 3). |
x |
Matrix; Custom normalized raw counts. If present will be used instead of the ones normalized by gficf. Default is NULL. |
A list of plots.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.