Uses of Class
com.compomics.util.experiment.io.mass_spectrometry.mgf.MgfIndex
Packages that use MgfIndex
Package
Description
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 MgfIndexModifier and TypeMethodDescriptionstatic MgfIndexIndexedMgfReader.getMgfIndex(File mgfFile) Returns the index of all spectra in the given mgf file.static MgfIndexIndexedMgfReader.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 MgfIndexModifier and TypeMethodDescriptionMgfFileUtils.splitFile(File mgfFile, int nSpectra, WaitingHandler waitingHandler) Splits an mgf file into smaller ones and returns the indexes of the generated files.