| Package | Description |
|---|---|
| eu.isas.peptideshaker.followup |
Export for follow-up analysis.
|
| Modifier and Type | Method and Description |
|---|---|
static FastaExport.ExportType |
FastaExport.ExportType.getTypeFromIndex(int index)
Returns the export type corresponding to a given index.
|
static FastaExport.ExportType |
FastaExport.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.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
FastaExport.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.
|
Copyright © 2021. All rights reserved.