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, drop_na = FALSE)

nCellLines(object)

nConditions(object, phase = NULL)

Arguments

object

A valid cypro object.

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 adjustDefault().

Ignored if the experiment design contains only one phase.

Value

A numeric value.