powered by
Perform fold change analysis on the dataset.
fold_change(dataset, metadata.var, ref.value, threshold.min.fc = NULL, write.file = FALSE, file.out = "fold_change.csv")
list representing the dataset from a metabolomics experiment.
metadata to use to calculate the fold change.
class name to indicate the initial value.
minimum threshold of the fold change value.
boolean value to write or not a file with the results.
name of the file.
Table of results with fold change and log2 of fold change.
# NOT RUN { ## Example of fold change library(specmine.datasets) data(cachexia) fold.change.results = fold_change(cachexia, "Muscle.loss", "control", write.file = FALSE) # }
Run the code above in your browser using DataLab