View source: R/seuratFunctions.R
plotSeuratGenes | R Documentation |
Compute and plot visualizations for marker genes
plotSeuratGenes(
inSCE,
useAssay = "seuratNormData",
plotType,
features,
groupVariable,
reducedDimName = "seuratUMAP",
splitBy = NULL,
cols = c("lightgrey", "blue"),
ncol = 1,
combine = FALSE
)
inSCE |
Input |
useAssay |
Specify the name of the assay that will be scaled by this function. |
plotType |
Specify the type of the plot to compute. Options are limited to "ridge", "violin", "feature", "dot" and "heatmap". |
features |
Specify the features to compute the plot against. |
groupVariable |
Specify the column name from the colData slot that should be used as grouping variable. |
reducedDimName |
saved dimension reduction name in the
SingleCellExperiment object. Default |
splitBy |
Specify the column name from the colData slot that should be
used to split samples.
Default is |
cols |
Specify two colors to form a gradient between. Default is
|
ncol |
Visualizations will be adjusted in "ncol" number of columns.
Default is |
combine |
A logical value that indicates if the plots should be combined
together into a single plot if |
Plot object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.