public class ProteinProcessor extends Object
| Constructor and Description |
|---|
ProteinProcessor(com.compomics.util.experiment.identification.Identification identification,
com.compomics.util.parameters.identification.IdentificationParameters identificationParameters,
com.compomics.util.experiment.identification.features.IdentificationFeaturesGenerator identificationFeaturesGenerator,
com.compomics.util.experiment.io.biology.protein.SequenceProvider sequenceProvider)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
processProteins(ModificationLocalizationScorer modificationLocalizationScorer,
com.compomics.util.experiment.identification.peptide_shaker.Metrics metrics,
com.compomics.util.experiment.biology.modifications.ModificationProvider modificationProvider,
com.compomics.util.waiting.WaitingHandler waitingHandler,
com.compomics.util.exceptions.ExceptionHandler exceptionHandler,
com.compomics.util.parameters.tools.ProcessingParameters processingParameters)
Scores the PTMs of all protein matches contained in an identification
object, estimates spectrum counting and summary statistics.
|
public ProteinProcessor(com.compomics.util.experiment.identification.Identification identification,
com.compomics.util.parameters.identification.IdentificationParameters identificationParameters,
com.compomics.util.experiment.identification.features.IdentificationFeaturesGenerator identificationFeaturesGenerator,
com.compomics.util.experiment.io.biology.protein.SequenceProvider sequenceProvider)
identification - the identificationidentificationParameters - the identification parametersidentificationFeaturesGenerator - the identification features
generatorsequenceProvider - the sequence providerpublic void processProteins(ModificationLocalizationScorer modificationLocalizationScorer, com.compomics.util.experiment.identification.peptide_shaker.Metrics metrics, com.compomics.util.experiment.biology.modifications.ModificationProvider modificationProvider, com.compomics.util.waiting.WaitingHandler waitingHandler, com.compomics.util.exceptions.ExceptionHandler exceptionHandler, com.compomics.util.parameters.tools.ProcessingParameters processingParameters) throws InterruptedException, TimeoutException
modificationLocalizationScorer - The modification localization
scorer to use.metrics - If provided, metrics on proteins will be saved while
iterating the matches.modificationProvider - The modification provider to use.waitingHandler - The handler displaying feedback to the user.exceptionHandler - The exception handler to use.processingParameters - The processing parameters.InterruptedException - exception thrown if a thread gets
interruptedTimeoutException - exception thrown if the
operation times outCopyright © 2021. All rights reserved.