read_mea.Rd
This function reads a .mea file (supporting gzip compressed .mea.gz files as well) and returns a GCIMS object
read_mea(filename)
The GC-IMS sample in a GCIMSSample object
Thanks to Daniel Sanders and Thomas Wortelmann from GAS Dortmund for providing the necessary support to implement this function.
mea_file <- system.file("extdata/sample_formats/small.mea.gz", package = "GCIMS")
sample <- read_mea(mea_file)