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

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


        component1Coords = sammonsResult[xAxisDimension - 1];
        component2Coords = sammonsResult[yAxisDimension - 1];
      }

      ProjectionPlotWindow newFrame = new ProjectionPlotWindow(
          desktop.getSelectedPeakLists()[0], this, parameters);
      desktop.addInternalFrame(newFrame);
    }
    status = TaskStatus.FINISHED;
    logger.info("Finished computing Clustering visualization.");
View Full Code Here

TOP

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

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.