Uses of Class
com.compomics.util.experiment.io.massspectrometry.MgfIndex

Packages that use MgfIndex
com.compomics.util.experiment.io.massspectrometry   
com.compomics.util.experiment.massspectrometry This package contains experiment classes related to spectra. 
 

Uses of MgfIndex in com.compomics.util.experiment.io.massspectrometry
 

Methods in com.compomics.util.experiment.io.massspectrometry that return MgfIndex
static MgfIndex MgfReader.getIndexMap(File mgfFile)
          Returns the index of all spectra in the given mgf file.
static MgfIndex MgfReader.getIndexMap(File mgfFile, WaitingHandler waitingHandler)
          Returns the index of all spectra in the given MGF file.
 

Methods in com.compomics.util.experiment.io.massspectrometry that return types with arguments of type MgfIndex
 ArrayList<MgfIndex> MgfReader.splitFile(File mgfFile, int nSpectra, WaitingHandler waitingHandler)
          Splits an mgf file into smaller ones and returns the indexes of the generated files.
 

Uses of MgfIndex in com.compomics.util.experiment.massspectrometry
 

Methods in com.compomics.util.experiment.massspectrometry that return MgfIndex
 MgfIndex SpectrumFactory.getIndex(File mgfIndex)
          Deserializes the index of an mgf file.
 

Methods in com.compomics.util.experiment.massspectrometry with parameters of type MgfIndex
 void SpectrumFactory.writeIndex(MgfIndex mgfIndex, File directory)
          Writes the given mgf file index in the given directory.
 



Copyright © 2012. All Rights Reserved.