fold_change | R Documentation |
Computes fold change between each group for each feature.
fold_change(object, group = group_col(object))
object |
a MetaboSet object |
group |
character, name of the group column |
data frame with fold changes for each feature
# Between groups
fc <- fold_change(example_set)
# Between time points
fc <- fold_change(example_set, group = "Time")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.