public class MzIdentMLExport extends Object
| Constructor and Description |
|---|
MzIdentMLExport(String peptideShakerVersion,
com.compomics.util.experiment.identification.Identification identification,
ProjectDetails projectDetails,
com.compomics.util.parameters.identification.IdentificationParameters identificationParameters,
com.compomics.util.experiment.io.biology.protein.SequenceProvider sequenceProvider,
com.compomics.util.experiment.io.biology.protein.ProteinDetailsProvider proteinDetailsProvider,
com.compomics.util.experiment.mass_spectrometry.SpectrumProvider spectrumProvider,
com.compomics.util.experiment.biology.modifications.ModificationProvider modificationProvider,
com.compomics.util.experiment.io.biology.protein.FastaSummary fastaSummary,
com.compomics.util.experiment.identification.features.IdentificationFeaturesGenerator identificationFeaturesGenerator,
File outputFile,
boolean includeProteinSequences,
com.compomics.util.waiting.WaitingHandler waitingHandler,
boolean gzip)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
createMzIdentMLFile(com.compomics.util.experiment.io.identification.MzIdentMLVersion mzIdentMLVersion)
Creates the mzIdentML file.
|
static String |
getPeptideEvidenceKey(String accession,
int peptideStart,
long peptideKey)
Returns the peptide evidence key as string for the given peptide
attributes.
|
public MzIdentMLExport(String peptideShakerVersion, com.compomics.util.experiment.identification.Identification identification, ProjectDetails projectDetails, com.compomics.util.parameters.identification.IdentificationParameters identificationParameters, com.compomics.util.experiment.io.biology.protein.SequenceProvider sequenceProvider, com.compomics.util.experiment.io.biology.protein.ProteinDetailsProvider proteinDetailsProvider, com.compomics.util.experiment.mass_spectrometry.SpectrumProvider spectrumProvider, com.compomics.util.experiment.biology.modifications.ModificationProvider modificationProvider, com.compomics.util.experiment.io.biology.protein.FastaSummary fastaSummary, com.compomics.util.experiment.identification.features.IdentificationFeaturesGenerator identificationFeaturesGenerator, File outputFile, boolean includeProteinSequences, com.compomics.util.waiting.WaitingHandler waitingHandler, boolean gzip)
peptideShakerVersion - The PeptideShaker version.identification - The identification object.projectDetails - The project details.identificationParameters - The identification parameters.sequenceProvider - The sequence provider.fastaSummary - The summary information on the protein sequences
file.proteinDetailsProvider - The protein details provider.spectrumProvider - The spectrum provider.modificationProvider - The modifications provider.identificationFeaturesGenerator - The identification features
generator.outputFile - The output file.includeProteinSequences - If true, the protein sequences are
included in the output.waitingHandler - The waiting handler used to display progress to the
user and interrupt the process.gzip - If true export as gzipped file.public void createMzIdentMLFile(com.compomics.util.experiment.io.identification.MzIdentMLVersion mzIdentMLVersion)
mzIdentMLVersion - The version of mzIdentML to use.public static String getPeptideEvidenceKey(String accession, int peptideStart, long peptideKey)
accession - the protein accessionpeptideStart - the index of the peptide on the protein sequencepeptideKey - the peptide match keyCopyright © 2021. All rights reserved.