Package | Description |
---|---|
com.compomics.util.experiment.io.mass_spectrometry |
Classes for the handling of mass spectrometry files.
|
Modifier and Type | Method and Description |
---|---|
static MsFileExporter.Format |
MsFileExporter.Format.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MsFileExporter.Format[] |
MsFileExporter.Format.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static void |
MsFileExporter.writeMsFile(SpectrumProvider spectrumProvider,
String fileNameWithoutExtension,
File destinationFile,
MsFileExporter.Format format,
SearchParameters searchParameters,
WaitingHandler waitingHandler)
Writes the spectra of a file in the given format.
|
Copyright © 2021. All rights reserved.