Description Usage Arguments Author(s)
View source: R/normalisation.R
Normalise data assuming that samples are in rows, and molecular features in columns
1 | norm_owlstone(df_to_scale, time_col, feature_cols, factor_at_time_to_divide_by)
|
df_to_scale |
Input data frame (rows as samples and columns as features) |
time_col |
column that contains the time aggregation (e.g. sequence or batch) |
feature_cols |
vector with the name of the features to use |
factor_at_time_to_divide_by |
data frame with the scaling factor. It must be consistent with the time_col parameter |
BDA Team matias.thayer@owlstone..co.uk BDA Team License: GNU GPL (>= 2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.