View source: R/cell.count.bx.R
cell.count.bx | R Documentation |
This function draws a boxplot according to the cell count for a specified condition.
cell.count.bx(
fcs.SCE,
assay.i = "normalized",
x.axis,
color.by = x.axis,
label.by = NULL,
limits = NULL,
colors = NULL
)
fcs.SCE |
A |
assay.i |
Name of matrix stored in the |
x.axis |
Variable name (from |
color.by |
Variable name (from |
label.by |
Variable from (from |
limits |
Numeric vector with limits for plotting (minimum, maximum). Default = |
colors |
Vector with colors for plotting. Default = |
## Not run: cell.count.bx(fcsL, assay.i = "normalized", x.axis = "condition")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.