Description Usage Arguments Value
If the variable denoted in variable_name is categorical (character or factor)
all unique values/levels are returned. If the variable is numeric it is given to
psych::describe()
which returns a statistical summary.
1 | getVariableValues(object, phase = "first_tmt", variable_name)
|
object |
A valid cell tracer object. |
phase |
Character value. Refers to the phase of the experiment. Valid inputs are:
Note: This argument is ignored if the experiment set up did not include any treatment or the treatment started right from the beginning. |
variable_name |
Character value. Denotes the variable of interest. Valid inputs can be
obtained via the function |
A character vector or a data.frame of one row containing basic descriptive statistics.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.