plotViolin | R Documentation |
Plot violin plot of gene expression in the populations and save to file.
plotViolin( object, assay.type = "RNA", geneList, column, column.color, cols, order = NULL, log = TRUE )
object |
CellRouter object. |
assay.type |
character; the type of data to use. |
geneList |
character vector; genes to show. |
column |
character; column in the metadata table to annotate the figure. |
column.color |
character; corresponding color column for the annotation. |
cols |
numeric; the number of columns in the output figure. |
order |
character vector; ordered populations. The default is ascending order. |
log |
boolean; whether to use data in logarithmic scale. |
ggplot2; plot.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.