Uses of Enum
eu.isas.peptideshaker.followup.SpectrumExporter.ExportType
Packages that use SpectrumExporter.ExportType
-
Uses of SpectrumExporter.ExportType in eu.isas.peptideshaker.followup
Methods in eu.isas.peptideshaker.followup that return SpectrumExporter.ExportTypeModifier and TypeMethodDescriptionstatic SpectrumExporter.ExportTypeSpectrumExporter.ExportType.getTypeFromIndex(int index) Returns the export type corresponding to a given index.static SpectrumExporter.ExportTypeReturns the enum constant of this type with the specified name.static SpectrumExporter.ExportType[]SpectrumExporter.ExportType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in eu.isas.peptideshaker.followup with parameters of type SpectrumExporter.ExportTypeModifier and TypeMethodDescriptionSpectrumExporter.exportSpectra(File destinationFolder, com.compomics.util.waiting.WaitingHandler waitingHandler, SpectrumExporter.ExportType exportType, com.compomics.util.parameters.identification.advanced.SequenceMatchingParameters sequenceMatchingPreferences) Exports the spectra from different categories of PSMs according to the export type.static FileSpectrumExporter.getDestinationFile(File destinationFolder, String originalFileName, SpectrumExporter.ExportType exportType) Returns the destination file for the given export.static StringSpectrumExporter.getSuffix(SpectrumExporter.ExportType exportType) Returns the suffix for a spectrum file name.static booleanSpectrumExporter.include(String spectrumFile, String spectrumTitle, com.compomics.util.experiment.identification.Identification identification, com.compomics.util.parameters.identification.advanced.SequenceMatchingParameters sequenceMatchingParameters, SpectrumExporter.ExportType exportType) Indicates whether a spectrum should be exported.