public class PepXmlExport extends Object
| Constructor and Description |
|---|
PepXmlExport()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
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)
Writes the PSM results to the given file in the PepXML format.
|
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
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 exceptionsIOException - exception thrown whenever an error is encountered
while reading or writing a fileCopyright © 2021. All rights reserved.