Package uk.ac.ebi.jmzml.model.mzml

Examples of uk.ac.ebi.jmzml.model.mzml.Spectrum


            Spectrum.class);
    try {

      while (spectrumIterator.hasNext()) {

        Spectrum spectrum = spectrumIterator.next();

        String scanId = spectrum.getId();
        int scanNumber = convertScanIdToScanNumber(scanId);

        int msLevel = extractMSLevel(spectrum);
        double retentionTime = extractRetentionTime(spectrum);
View Full Code Here

TOP

Related Classes of uk.ac.ebi.jmzml.model.mzml.Spectrum

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.