Package | Description |
---|---|
com.compomics.util.experiment.io.mass_spectrometry.mgf |
Classes for the handling of mgf files.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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.
|
Copyright © 2021. All rights reserved.