Examples of MassCandidate


Examples of net.sf.mzmine.modules.deconvolutedanalysis.massdetection.MassCandidate

    if (!pkTableModel.isCommonColumn(col)) {
      row = convertRowIndexToModel(row);

      RawDataFile dataFile = pkTableModel.getColumnDataFile(col);
      peakListRow = peakList.getRow(row);
      MassCandidate massCandidate = (MassCandidate) peakListRow
          .getPeak(dataFile);

      if (dataFile != null && massCandidate != null)
        SpectraVisualizerModule.showNewSpectrumWindow(dataFile,
            massCandidate.getSpectrumNumber(), massCandidate);
    }
  }
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.