nCells | R Documentation |
These functions return a numeric value describing the number
of n*()
the object contains. (E.g. nCells()
returns the total
number of cells about which the object contains data, nConditions()
returns the total number of conditions, etc. )
nCells(object, across = NULL, drop_na = FALSE, phase = NULL, ...) nCellLines(object) nConditions(object, phase = NULL)
object |
A valid cypro object. |
across |
Character value, character vector or NULL (see details for more). Specifies the grouping variable of interest. Use |
phase |
Character or numeric. If character, the ordinal value referring to the phase of interest (e.g. 'first', 'second' etc.). referring to the phase of interest or 'all'. If numeric, the number referring to the phase. If set to NULL takes the phase denoted as default with Ignored if the experiment design contains only one phase. |
A numeric value. If across
is specified a data.frame.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.