View source: R/visualization.R
plotGenes | R Documentation |
Plot the expression of a group of genes across cells.
plotGenes(data, genes, log2Expr = T, x = NULL, rescale = F)
data |
list; GFICF object |
genes |
characters; Id of genes to plot. It must correspond to the IDs on the rows of raw count matrix. |
log2Expr |
boolean; Relative expression of a gene is computed on rescaled in log2 expression (default TRUE). |
x |
Matrix; Custom normalized raw counts. If present will be used instead of the ones normalized by gficf. Default is NULL. |
rescale |
boolean; Rescale expression between 0 and 1. Default is false. |
A list of plots.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.