Package net.sf.mzmine.data

Examples of net.sf.mzmine.data.PeakList.addRow()


              peak);
          PeakUtils.copyPeakProperties(peak, newPeak);
          newRow.addPeak(peak.getDataFile(), newPeak);
        }

        newPeakList.addRow(newRow);
      }
    }

    if (!isCanceled()) {
View Full Code Here


        if (task.getResults().containsKey(name))
          row.addPeak(task.getResults().get(name).getDataFile(), task
              .getResults().get(name));
      }

      peakList.addRow(row);
    }

    // Add table to the GUI
    ResultsListTableWindow window = new ResultsListTableWindow(peakList);
    MZmineCore.getDesktop().addInternalFrame(window);
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.