Uses of Class
eu.isas.peptideshaker.followup.FastaExport.ExportType
| Package | Description |
|---|---|
| eu.isas.peptideshaker.followup |
Export for follow-up analysis.
|
-
Uses of FastaExport.ExportType in eu.isas.peptideshaker.followup
Methods in eu.isas.peptideshaker.followup that return FastaExport.ExportType Modifier and Type Method Description static FastaExport.ExportTypeFastaExport.ExportType. getTypeFromIndex(int index)Returns the export type corresponding to a given index.static FastaExport.ExportTypeFastaExport.ExportType. valueOf(String name)Returns 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.ExportType Modifier and Type Method Description static 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.