PlotSharedCounts {countland}R Documentation

Plot cells using matrix of counts summed by clusters of genes.

Description

Plot cells using matrix of counts summed by clusters of genes.

Usage

PlotSharedCounts(C, x = 1, y = 2, colors = color_palette)

Arguments

C

countland object

x

gene cluster to plot on x-axis, integer (default=1)

y

gene cluster to plot on y-axis, integer (default=2)

colors

color palette for ggplot2, default=palette of 11 colors

Value

generates plot of cells using shared counts


[Package countland version 0.1.2 Index]