Package net.sf.mzmine.modules.visualization.spectra.datasets

Examples of net.sf.mzmine.modules.visualization.spectra.datasets.SinglePeakDataSet


  }

  public void loadSinglePeak(ChromatographicPeak peak) {

    SinglePeakDataSet peakDataSet = new SinglePeakDataSet(
        currentScan.getScanNumber(), peak);

    // Set plot data sets
    spectrumPlot.addDataSet(peakDataSet, singlePeakColor, true);
View Full Code Here

TOP

Related Classes of net.sf.mzmine.modules.visualization.spectra.datasets.SinglePeakDataSet

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.