Uses of Enum
eu.isas.peptideshaker.followup.FastaExport.ExportType
Packages that use FastaExport.ExportType
-
Uses of FastaExport.ExportType in eu.isas.peptideshaker.followup
Methods in eu.isas.peptideshaker.followup that return FastaExport.ExportTypeModifier and TypeMethodDescriptionstatic FastaExport.ExportTypeFastaExport.ExportType.getTypeFromIndex(int index) Returns the export type corresponding to a given index.static FastaExport.ExportTypeReturns the enum constant of this type with the specified name.static FastaExport.ExportType[]FastaExport.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 FastaExport.ExportTypeModifier and TypeMethodDescriptionstatic voidFastaExport.export(File destinationFile, com.compomics.util.experiment.io.biology.protein.SequenceProvider sequenceProvider, com.compomics.util.experiment.identification.Identification identification, FastaExport.ExportType exportType, com.compomics.util.waiting.WaitingHandler waitingHandler, boolean accessionOnly) Exports the proteins of interest in a text file of the given format.