Description Usage Arguments Value
These functions allow to join new discrete/categorical variables that can be referred
to via the across
-argument of many functions.
1 2 3 4 5 6 7 8 9 10 | addClusterVariable(
object,
cluster_df,
cluster_name,
phase = "first_tmt",
overwrite = FALSE,
verbose = TRUE
)
addGroupingVariable(object, input_df, variable_name, phase = "first_tmt")
|
object |
A valid cell tracer object. |
cluster_df |
A data.frame that contains at least two variables:
|
cluster_name, variable_name |
Character value. The name of the variable that is to be joined. |
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. |
input_df |
A data.frame that contains at least two variables:
|
An updated cell tracer object that contains the data added.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.