eugenemel / maven

Maven GUI: Metabolomics Analysis and Visualization Engine
https://github.com/eugenemel/maven/releases
GNU General Public License v3.0
19 stars 9 forks source link

Support combined positive/negative mode experiments #145

Open PMSeitzer opened 4 years ago

PMSeitzer commented 4 years ago

Particularly important when browsing data with the eicwidget, to only display eics from either positive or negative samples at a time

As a part of this issue, check out the autodetect positive/negative mode options in the display options panel.

PMSeitzer commented 4 years ago

See related mass_spec issue https://github.com/calico/mass_spec/issues/311

PMSeitzer commented 10 months ago

This actually appears to work fine for QQQ data - there's nothing special about positive or negative mode from the point of view of how MAVEN processes software. The most important aspect is not mixing scans from positive mode samples and negative mode samples. In principle, this should be easy to do, though there isn't a big need to do this work as of right now.