Modified version of XCMS to handle SIL detection for mapping entire metabolic networks This package is an extension of xcms and includes a new object, xcmsSet2.
This object holds all xcmsRaw files in memory (unlike xcmsSet) which can speed computation by eliminating the need to constantlty read in xcmsRaw files whenever they are called by a method.
The xcmsSet2 object also includes some modified methods, most notably diffReport and diffReport2, that have been adapted from base xcms to accomodate the new information generated by our experimental approach. The majority of the methods responsible for the SIL analysis (eg. the pairing algorithm), however, are not included in this package. They have been instead grouped in the podiumMethods package for the time being.
Read our Plant Cell paper here: https://doi.org/10.1093/plcell/koaa046
Installation and setup instructions as well as full documentation can be found here. The latest version of the driver script can be found here. You can download the latest release of PODIUM here and PODIUMmethods here.