Uses of Class
com.compomics.util.experiment.io.mass_spectrometry.mgf.MgfIndex
Package | Description |
---|---|
com.compomics.util.experiment.io.mass_spectrometry.mgf |
Classes for the handling of mgf files.
|
-
Uses of MgfIndex in com.compomics.util.experiment.io.mass_spectrometry.mgf
Methods in com.compomics.util.experiment.io.mass_spectrometry.mgf that return MgfIndex Modifier and Type Method Description static MgfIndex
IndexedMgfReader. getMgfIndex(File mgfFile)
Returns the index of all spectra in the given mgf file.static MgfIndex
IndexedMgfReader. getMgfIndex(File mgfFile, WaitingHandler waitingHandler)
Returns the index of all spectra in the given MGF file.Methods in com.compomics.util.experiment.io.mass_spectrometry.mgf that return types with arguments of type MgfIndex Modifier and Type Method Description static ArrayList<MgfIndex>
MgfFileUtils. splitFile(File mgfFile, int nSpectra, WaitingHandler waitingHandler)
Splits an mgf file into smaller ones and returns the indexes of the generated files.