View source: R/normalize_sr_data_func.R
normalize_sr_data_func | R Documentation |
This function take a previously aggregated by cell dataset using the function summarize_sr_by_cell_func()
end normalize all numeric variables to the control conditions. The new dataset contain a new variable called Var_type
witch contain the "Normalized"
value or the "Raw"
value.
normalize_sr_data_func(aggre_by_cell_dataset)
aggre_by_cell_dataset |
A Dataframe. A previously aggregated by cell dataset. |
A dataframe with nomrlaize numeric variables to control.
# the example is missing
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.