|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UrParameter | |
---|---|
com.compomics.util.experiment.identification | This package contains experiment classes related to identifications. |
com.compomics.util.experiment.personalization | This package contains experiment customization classes. |
com.compomics.util.experiment.quantification | This package contains experiment classes related to quantification. |
com.compomics.util.experiment.refinementparameters | This package contains experiment classes related to specific parametrization of experiment objects. |
Uses of UrParameter in com.compomics.util.experiment.identification |
---|
Fields in com.compomics.util.experiment.identification with type parameters of type UrParameter | |
---|---|
protected HashMap<String,HashMap<String,UrParameter>> |
Identification.urParameters
Deprecated. use the database instead |
Methods in com.compomics.util.experiment.identification that return UrParameter | |
---|---|
UrParameter |
Identification.getMatchParameter(String matchKey,
UrParameter urParameter)
Deprecated. use the database match specific methods instead |
UrParameter |
IdentificationDB.getMatchPArameter(String key,
UrParameter urParameter)
Deprecated. use match specific mapping instead |
UrParameter |
IdentificationDB.getPeptideMatchParameter(String key,
UrParameter urParameter)
Returns the desired peptide match parameter |
UrParameter |
Identification.getPeptideMatchParameter(String key,
UrParameter urParameter)
Returns the desired peptide match parameter |
UrParameter |
IdentificationDB.getProteinMatchPArameter(String key,
UrParameter urParameter)
Returns the desired protein match parameter |
UrParameter |
Identification.getProteinMatchPArameter(String key,
UrParameter urParameter)
Returns the desired protein match parameter |
UrParameter |
IdentificationDB.getSpectrumMatchParameter(String key,
UrParameter urParameter)
Returns the desired spectrum match parameter. |
UrParameter |
Identification.getSpectrumMatchParameter(String key,
UrParameter urParameter)
Returns the desired spectrum match parameter. |
Methods in com.compomics.util.experiment.identification with parameters of type UrParameter | |
---|---|
void |
IdentificationDB.addMatchParameter(String key,
UrParameter urParameter)
Deprecated. use match specific mapping instead |
void |
Identification.addMatchParameter(String key,
UrParameter urParameter)
Deprecated. use the database match specific methods instead |
void |
IdentificationDB.addPeptideMatchParameter(String key,
UrParameter urParameter)
Adds a peptide match parameter to the database |
void |
Identification.addPeptideMatchParameter(String key,
UrParameter urParameter)
Adds a peptide match parameter to the database |
void |
IdentificationDB.addProteinMatchParameter(String key,
UrParameter urParameter)
Adds a protein match parameter to the database |
void |
Identification.addProteinMatchParameter(String key,
UrParameter urParameter)
Adds a protein match parameter to the database |
void |
IdentificationDB.addSpectrumMatchParameter(String key,
UrParameter urParameter)
Adds a spectrum match parameter to the database |
void |
Identification.addSpectrumMatchParameter(String key,
UrParameter urParameter)
Adds a spectrum match parameter to the database |
UrParameter |
Identification.getMatchParameter(String matchKey,
UrParameter urParameter)
Deprecated. use the database match specific methods instead |
UrParameter |
IdentificationDB.getMatchPArameter(String key,
UrParameter urParameter)
Deprecated. use match specific mapping instead |
String |
IdentificationDB.getParameterTable(UrParameter urParameter)
Deprecated. use match specific mapping instead |
UrParameter |
IdentificationDB.getPeptideMatchParameter(String key,
UrParameter urParameter)
Returns the desired peptide match parameter |
UrParameter |
Identification.getPeptideMatchParameter(String key,
UrParameter urParameter)
Returns the desired peptide match parameter |
String |
IdentificationDB.getPeptideParameterTable(UrParameter urParameter)
Returns the table name associated to the given peptide parameter |
UrParameter |
IdentificationDB.getProteinMatchPArameter(String key,
UrParameter urParameter)
Returns the desired protein match parameter |
UrParameter |
Identification.getProteinMatchPArameter(String key,
UrParameter urParameter)
Returns the desired protein match parameter |
String |
IdentificationDB.getProteinParameterTable(UrParameter urParameter)
Returns the table name associated to the given protein parameter |
UrParameter |
IdentificationDB.getSpectrumMatchParameter(String key,
UrParameter urParameter)
Returns the desired spectrum match parameter. |
UrParameter |
Identification.getSpectrumMatchParameter(String key,
UrParameter urParameter)
Returns the desired spectrum match parameter. |
String |
IdentificationDB.getSpectrumParameterTable(String spectrumKey,
UrParameter urParameter)
Returns the table name associated to the given spectrum parameter |
void |
Identification.updatePeptideMatchParameter(String key,
UrParameter urParameter)
Updates a peptide match parameter in the database |
void |
IdentificationDB.updatePeptideParameter(String key,
UrParameter urParameter)
Updates a peptide match parameter |
void |
Identification.updateProteinMatchParameter(String key,
UrParameter urParameter)
Updates a protein match parameter in the database |
void |
IdentificationDB.updateProteinParameter(String key,
UrParameter urParameter)
Updates a protein match parameter |
void |
Identification.updateSpectrumMatchParameter(String key,
UrParameter urParameter)
Updates a spectrum match parameter in the database |
void |
IdentificationDB.updateSpectrumParameter(String key,
UrParameter urParameter)
Updates a spectrum match parameter |
Uses of UrParameter in com.compomics.util.experiment.personalization |
---|
Methods in com.compomics.util.experiment.personalization that return UrParameter | |
---|---|
UrParameter |
ExperimentObject.getUrParam(UrParameter parameter)
Method which returns the refinement parameter |
Methods in com.compomics.util.experiment.personalization with parameters of type UrParameter | |
---|---|
void |
ExperimentObject.addUrParam(UrParameter parameter)
Method to add a user refinement parameter |
static String |
ExperimentObject.getParameterKey(UrParameter parameter)
Returns the key of a personalization parameter |
UrParameter |
ExperimentObject.getUrParam(UrParameter parameter)
Method which returns the refinement parameter |
Uses of UrParameter in com.compomics.util.experiment.quantification |
---|
Fields in com.compomics.util.experiment.quantification with type parameters of type UrParameter | |
---|---|
protected HashMap<String,HashMap<String,UrParameter>> |
Quantification.urParameters
Map of the user's parameters. |
Methods in com.compomics.util.experiment.quantification that return UrParameter | |
---|---|
UrParameter |
Quantification.getQuantificationParameter(String matchKey,
UrParameter urParameter)
Returns the personalization parameter of the given quantification |
Methods in com.compomics.util.experiment.quantification with parameters of type UrParameter | |
---|---|
void |
Quantification.addQuantificationParameter(String key,
UrParameter urParameter)
adds a parameter with a corresponding quantification key which will be loaded in the memory. |
UrParameter |
Quantification.getQuantificationParameter(String matchKey,
UrParameter urParameter)
Returns the personalization parameter of the given quantification |
Uses of UrParameter in com.compomics.util.experiment.refinementparameters |
---|
Classes in com.compomics.util.experiment.refinementparameters that implement UrParameter | |
---|---|
class |
MascotScore
This class will contain the mascot score. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |