Uses of Enum
com.compomics.util.experiment.io.mass_spectrometry.MsFileExporter.Format
Packages that use MsFileExporter.Format
Package
Description
Classes for the handling of mass spectrometry files.
-
Uses of MsFileExporter.Format in com.compomics.util.experiment.io.mass_spectrometry
Methods in com.compomics.util.experiment.io.mass_spectrometry that return MsFileExporter.FormatModifier and TypeMethodDescriptionstatic MsFileExporter.FormatReturns 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.Methods in com.compomics.util.experiment.io.mass_spectrometry with parameters of type MsFileExporter.FormatModifier and TypeMethodDescriptionstatic voidMsFileExporter.writeMsFile(SpectrumProvider spectrumProvider, boolean includeAllSpectrumLevels, String fileNameWithoutExtension, File destinationFile, MsFileExporter.Format format, SearchParameters searchParameters, WaitingHandler waitingHandler) Writes the spectra of a file in the given format.