TotalCellCounts | R Documentation |
This function is used to compute total cell counts, per individual,
from a COMPASSContainer
.
TotalCellCounts(data, subset, aggregate = TRUE)
data |
A |
subset |
An expression, evaluated within the metadata, defining
the subset of |
aggregate |
Boolean; if |
TotalCellCounts(CC, trt == "Treatment")
TotalCellCounts(CC, trt == "Control")
TotalCellCounts(CC)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.