# NOT RUN {
## Example of a volcano plot
library(specmine.datasets)
data(cachexia)
foldchange.results = fold_change(cachexia, "Muscle.loss", "control")
ttests.results = tTests_dataset(cachexia, "Muscle.loss")
volcano_plot_fc_tt(cachexia, foldchange.results, ttests.results,
fc.threshold = 2, tt.threshold = 0.01)
# }
Run the code above in your browser using DataLab