Package net.sf.mzmine.modules.deconvolutedanalysis

Examples of net.sf.mzmine.modules.deconvolutedanalysis.SpectrumType


            .keySet())
          files.put(type, new ArrayList<String>());

        for (MassCandidate m : e.getValue()) {
          String fileName = m.getDataFile().getName();
          SpectrumType type = m.getIonizationType();

          if (!files.get(type).contains(fileName))
            files.get(type).add(fileName);

          averageRT += m.getRetentionTime();
View Full Code Here

TOP

Related Classes of net.sf.mzmine.modules.deconvolutedanalysis.SpectrumType

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.