View source: R/SingleCellPlots.R
plot_violin_for_genes_per_custom_group_of_cells | R Documentation |
Plot violin-plot for gene expression per custom group of cells
plot_violin_for_genes_per_custom_group_of_cells(
object,
custom_group_of_cells = list(),
gene_list = c(),
take_log2 = T,
xlab.text.size = 5,
point.size = 0.2,
point.alpha = 0.1,
grid.ncol = 3,
grid.nrow = 3
)
object |
The SingCellaR object. |
custom_group_of_cells |
The list of custome group of cells. |
gene_list |
The vector of gene names. |
take_log2 |
is logical. If TRUE, log2 expression will be applied. |
xlab.text.size |
The font size of the label on the x-axis. Default 5 |
point.size |
The size of data point. Default 0.2 |
point.alpha |
The alpha parameter of the data point. Default 0.1 |
grid.ncol |
the column number of the grid of the containing plots to be displayed. Default 3 |
grid.nrow |
the row number of the grid of the containing plots to be displayed. Default 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.