Package | Description |
---|---|
com.compomics.util.experiment.identification.psm_scoring |
Main PSM scoring class.
|
com.compomics.util.preferences |
Utilities preferences classes.
|
com.compomics.util.preferences.gui |
Utilities preferences GUI classes.
|
Modifier and Type | Method and Description |
---|---|
static double |
PsmScores.getDecreasingScore(Peptide peptide,
Integer peptideCharge,
MSnSpectrum spectrum,
ShotgunProtocol shotgunProtocol,
IdentificationParameters identificationParameters,
SpecificAnnotationSettings specificAnnotationPreferences,
int scoreIndex)
Scores the match between the given peptide and spectrum using the given score.
|
static double |
PsmScores.getScore(Peptide peptide,
Integer peptideCharge,
MSnSpectrum spectrum,
ShotgunProtocol shotgunProtocol,
IdentificationParameters identificationParameters,
SpecificAnnotationSettings specificAnnotationPreferences,
int scoreIndex)
Scores the match between the given peptide and spectrum using the given score.
|
static double |
PsmScores.getScore(Peptide peptide,
Integer peptideCharge,
MSnSpectrum spectrum,
ShotgunProtocol shotgunProtocol,
IdentificationParameters identificationParameters,
SpecificAnnotationSettings specificAnnotationPreferences,
PsmScores psmScore)
Scores the match between the given peptide and spectrum using the given score.
|
Modifier and Type | Method and Description |
---|---|
static IdentificationParameters |
IdentificationParameters.getDefaultIdentificationParameters()
Creates blank parameters.
|
static IdentificationParameters |
IdentificationParameters.getDefaultIdentificationParameters(SearchParameters searchParameters)
Returns default identification parameters based on given search
parameters.
|
Constructor and Description |
---|
ProcessingPreferencesDialog(Frame parent,
boolean editable,
IdentificationParameters identificationParameters,
PSProcessingPreferences processingPreferences)
Creates a new parameters dialog.
|
ProcessingPreferencesDialog(JDialog parent,
boolean editable,
IdentificationParameters identificationParameters,
PSProcessingPreferences processingPreferences)
Creates a new parameters dialog.
|
Copyright © 2015. All rights reserved.