if (FALSE) {
library(MiMIR)
#load the Nightignale metabolomics dataset
metabolic_measures <- read.csv("Nightingale_file_path",header = TRUE, row.names = 1)
#Select samples with only 1 zero
mat <- subset_samples_zero(x=metabolic_measures, Nmax=1)
}
Run the code above in your browser using DataLab