Package eu.isas.peptideshaker.followup
Class PepXmlExport
java.lang.Object
eu.isas.peptideshaker.followup.PepXmlExport
Export to PepXML.
- Author:
- Marc Vaudel
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidwritePepXmlFile(com.compomics.util.experiment.identification.Identification identification, com.compomics.util.parameters.identification.IdentificationParameters identificationParameters, com.compomics.util.experiment.mass_spectrometry.SpectrumProvider spectrumProvider, File destinationFile, String peptideShakerVersion, com.compomics.util.waiting.WaitingHandler waitingHandler, com.compomics.util.exceptions.ExceptionHandler exceptionHandler) Writes the PSM results to the given file in the PepXML format.
-
Constructor Details
-
PepXmlExport
public PepXmlExport()Constructor.
-
-
Method Details
-
writePepXmlFile
public void writePepXmlFile(com.compomics.util.experiment.identification.Identification identification, com.compomics.util.parameters.identification.IdentificationParameters identificationParameters, com.compomics.util.experiment.mass_spectrometry.SpectrumProvider spectrumProvider, File destinationFile, String peptideShakerVersion, com.compomics.util.waiting.WaitingHandler waitingHandler, com.compomics.util.exceptions.ExceptionHandler exceptionHandler) throws IOException Writes the PSM results to the given file in the PepXML format.- Parameters:
identification- the identification object containing the identification resultsidentificationParameters- the identification parametersspectrumProvider- the spectrum providerdestinationFile- the file where to writepeptideShakerVersion- the PeptideShaker versionwaitingHandler- a waiting handler to display progress and allow interrupting the processexceptionHandler- a handler for exceptions- Throws:
IOException- exception thrown whenever an error is encountered while reading or writing a file
-