View source: R/rename_experimental_variables.R
rename_experimental_variables | R Documentation |
This function concatenate experimental variable names to reflect the nested experimental structure. For example, for Cell-lineA exists in ExperimentI and ExperimentII, the concatenated name will be ExperimentI_Cell-lineA.
rename_experimental_variables(data, experimental_columns)
data |
Input data |
experimental_columns |
Name of the variable related to experimental design such as "experiment", "plate", and "cell_line". |
Matrix with concatenated experimental variable names
rename_experimental_variables(data, c("experiment","line"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.