Examples of ChromatogramTICDataSet


Examples of net.sf.mzmine.modules.peaklistmethods.peakpicking.deconvolution.ChromatogramTICDataSet

              retentionTimes, resolution);

      PeakDataSet peakDataSet = new PeakDataSet(shapePeak);
      ticPlot.addPeakDataset(peakDataSet);

      ticDataset = new ChromatogramTICDataSet(previewRow.getPeaks()[0]);
      ticPlot.addTICDataset(ticDataset);

      // Set auto range to axes
      ticPlot.getXYPlot().getDomainAxis().setAutoRange(true);
      ticPlot.getXYPlot().getDomainAxis().setAutoTickUnitSelection(true);
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.