Package net.sf.mzmine.modules.peaklistmethods.identification.formulaprediction

Examples of net.sf.mzmine.modules.peaklistmethods.identification.formulaprediction.ResultFormula


      }

    }

    // Create a new formula entry
    final ResultFormula resultEntry = new ResultFormula(cdkFormula,
        predictedIsotopePattern, rdbeValue, isotopeScore, msmsScore,
        msmsAnnotations);

    // Add the new formula entry
    ResultingFormulas.add(resultEntry);
View Full Code Here

TOP

Related Classes of net.sf.mzmine.modules.peaklistmethods.identification.formulaprediction.ResultFormula

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.