|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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(java.io.File mgfFile)
Returns the index of all spectra in the given mgf file. |
static MgfIndex |
MgfReader.getIndexMap(java.io.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 | |
---|---|
java.util.ArrayList<MgfIndex> |
MgfReader.splitFile(java.io.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(java.io.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,
java.io.File directory)
Writes the given mgf file index in the given directory. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |