View source: R/countland_IMA.R
PlotIMA | R Documentation |
Plot cells using integer matrix approximation
PlotIMA(C, x = 1, y = 2, colors = color_palette, subsample = TRUE)
C |
countland object |
x |
feature on x-axis, integer (default=1) |
y |
feature on y-axis, integer (default=2) |
colors |
color palette for ggplot2, default=palette of 11 colors |
subsample |
if TRUE, use subsampled counts (default), otherwise use counts |
generates plot of cells using integer matrix approximation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.