MSThermExperiment creates a new experiment object from
a set of filenames or data frames.MSThermExperiment(control, annotations)control <- system.file("extdata", "demo_project/control.tsv", package="mstherm")
annots <- system.file("extdata", "demo_project/annots.tsv", package="mstherm")
expt <- MSThermExperiment(control, annotations=annots)
Run the code above in your browser using DataLab