View source: R/SingleCellPlots.R
plot_violin_for_differential_genes | R Documentation |
Plot violin-plot for differential genes
plot_violin_for_differential_genes(
objectA = objectA,
objectB = objectB,
cellsA = c(),
cellsB = c(),
gene_list = c(),
take_log2 = T,
groupA.name = "",
groupB.name = "",
xlab.text.size = 5,
point.size = 0.5,
point.alpha = 0.1
)
objectA |
The SingCellaR objectA. |
objectB |
The SingCellaR objectB. |
cellsA |
The vector of cell names in group A. |
cellsB |
The vector of cell names in group B. |
gene_list |
The vector of gene names. |
take_log2 |
is logical. If TRUE, the expression shows in the log2 scale. |
groupA.name |
The group A name. |
groupB.name |
The group B name. |
xlab.text.size |
The font size of the label in the x-axis. Default 5 |
point.size |
The point size. Default 0.2 |
point.alpha |
The alpha parameter. Default 0.1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.