Package net.sf.mzmine.modules.peaklistmethods.dataanalysis.projectionplots

Examples of net.sf.mzmine.modules.peaklistmethods.dataanalysis.projectionplots.ProjectionPlotDataset


  @Override
  @Nonnull
  public ExitCode runModule(@Nonnull ParameterSet parameters,
      @Nonnull Collection<Task> tasks) {
    ProjectionPlotDataset dataset = new ClusteringTask(parameters);
    tasks.add(dataset);
    return ExitCode.OK;
  }
View Full Code Here

TOP

Related Classes of net.sf.mzmine.modules.peaklistmethods.dataanalysis.projectionplots.ProjectionPlotDataset

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.