|
||||||||||
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(File mgfFile)
Returns the index of all spectra in the given mgf file |
static MgfIndex |
MgfReader.getIndexMap(File mgfFile,
JProgressBar progressBar)
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 | |
---|---|
static ArrayList<MgfIndex> |
MgfReader.splitFile(File mgfFile,
int nSpectra,
JProgressBar progressBar)
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |