public class ProteinInference extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ProteinInference.GroupSimplificationOption |
| Modifier and Type | Field and Description |
|---|---|
static String[] |
KEYWORDS_UNCHARACTERIZED
Key words used to flag uncharacterized proteins.
|
| Constructor and Description |
|---|
ProteinInference() |
| Modifier and Type | Method and Description |
|---|---|
void |
distributeSharedPeptides(com.compomics.util.experiment.identification.Identification identification,
com.compomics.util.waiting.WaitingHandler waitingHandler)
Distribute the shared peptides among the protein groups.
|
void |
inferPiStatus(com.compomics.util.experiment.identification.Identification identification,
com.compomics.util.experiment.identification.peptide_shaker.Metrics metrics,
TargetDecoyMap proteinMap,
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.waiting.WaitingHandler waitingHandler)
Selects the leading protein of protein groups and infers PI status of
peptide and proteins.
|
void |
inferPiStatus(com.compomics.util.experiment.identification.matches.ProteinMatch proteinMatch,
com.compomics.util.experiment.identification.Identification identification,
com.compomics.util.experiment.identification.peptide_shaker.Metrics metrics,
TargetDecoyMap proteinMap,
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.waiting.WaitingHandler waitingHandler)
Selects the leading protein of protein groups and infers PI status of
peptide and proteins.
|
public static final String[] KEYWORDS_UNCHARACTERIZED
public void inferPiStatus(com.compomics.util.experiment.identification.Identification identification,
com.compomics.util.experiment.identification.peptide_shaker.Metrics metrics,
TargetDecoyMap proteinMap,
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.waiting.WaitingHandler waitingHandler)
identification - the identification class containing all
identification matchesmetrics - if provided protein metrics will be loaded while iterating
the groupsproteinMap - the protein matches scoring mapidentificationParameters - the identification parameterssequenceProvider - the sequence providerproteinDetailsProvider - the protein details providerwaitingHandler - the handler displaying feedback to the userpublic void inferPiStatus(com.compomics.util.experiment.identification.matches.ProteinMatch proteinMatch,
com.compomics.util.experiment.identification.Identification identification,
com.compomics.util.experiment.identification.peptide_shaker.Metrics metrics,
TargetDecoyMap proteinMap,
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.waiting.WaitingHandler waitingHandler)
proteinMatch - the protein matchidentification - the identification class containing all
identification matchesmetrics - if provided protein metrics will be loaded while iterating
the groupsproteinMap - the protein matches scoring mapidentificationParameters - the identification parameterssequenceProvider - the sequence providerproteinDetailsProvider - the protein details providerwaitingHandler - the handler displaying feedback to the userpublic void distributeSharedPeptides(com.compomics.util.experiment.identification.Identification identification,
com.compomics.util.waiting.WaitingHandler waitingHandler)
identification - the identification class containing all
identification matcheswaitingHandler - the handler displaying feedback to the userCopyright © 2021. All rights reserved.