Package eu.isas.peptideshaker.followup
Class ProteoformExport
java.lang.Object
eu.isas.peptideshaker.followup.ProteoformExport
Export for PathwayMatcher.
- Author:
- Marc Vaudel, Harald Barsnes
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidwriteProteoforms(File destinationFile, com.compomics.util.experiment.identification.Identification identification, com.compomics.util.waiting.WaitingHandler waitingHandler) Writes an export with all the possible proteoforms of the validated proteins.
-
Constructor Details
-
ProteoformExport
public ProteoformExport()
-
-
Method Details
-
writeProteoforms
public static void writeProteoforms(File destinationFile, com.compomics.util.experiment.identification.Identification identification, com.compomics.util.waiting.WaitingHandler waitingHandler) Writes an export with all the possible proteoforms of the validated proteins.- Parameters:
destinationFile- the destination fileidentification- the identificationwaitingHandler- the waiting handler
-