org.fhcrc.cpl.viewer
Class MS2Correct

java.lang.Object
  extended by org.fhcrc.cpl.viewer.MS2Correct

public class MS2Correct
extends java.lang.Object

User: migra Date: Jun 7, 2005 Time: 3:31:49 PM


Constructor Summary
MS2Correct()
           
 
Method Summary
static void correct(java.io.File mzXMLFile, java.io.File ms1File, FeatureSet.FeatureSelector sel, java.io.File outFile)
           
static void correct(MSRun run, Feature[] ms2Features, Feature[] ms1Features, java.io.PrintWriter out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MS2Correct

public MS2Correct()
Method Detail

correct

public static void correct(java.io.File mzXMLFile,
                           java.io.File ms1File,
                           FeatureSet.FeatureSelector sel,
                           java.io.File outFile)
                    throws java.lang.Exception
Throws:
java.lang.Exception

correct

public static void correct(MSRun run,
                           Feature[] ms2Features,
                           Feature[] ms1Features,
                           java.io.PrintWriter out)


Fred Hutchinson Cancer Research Center