View source: R/countland_score.R
PlotGeneCounts | R Documentation |
Generate a strip plot for counts across selected genes
PlotGeneCounts(C, gene_indices, colors = color_palette)
C |
countland object |
gene_indices |
vector of gene index values |
colors |
color palette for ggplot2, default=palette of 11 colors |
generates plot of gene count distributions
gold_path <- system.file("testdata", package = "countland", mustWork = TRUE)
gold.data <- Seurat::Read10X(data.dir = gold_path)
C <- countland(gold.data)
PlotGeneCounts(C,gene_indices=1:10)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.