powered by
Function for plotting the results from t-tests.
plot_ttests(dataset, tt.results, tt.threshold = 0.01)
list representing the dataset from a metabolomics experiment.
t-tests results.
t-test threshold for the p-value.
# NOT RUN { ## Example of plotting the t-tests results data(cachexia) ttests.results = tTests_dataset(cachexia, "Muscle.loss") plot_ttests(cachexia, ttests.results, 0.05) # }
Run the code above in your browser using DataLab