|
||||||||||
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
Map of the user's parameters. |
Methods in com.compomics.util.experiment.identification that return UrParameter | |
---|---|
UrParameter |
Identification.getMatchParameter(String matchKey,
UrParameter urParameter)
Returns the personalization parameter of the given match |
Methods in com.compomics.util.experiment.identification with parameters of type UrParameter | |
---|---|
void |
Identification.addMatchParameter(String key,
UrParameter urParameter)
adds a parameter with a corresponding match key which will be loaded in the memory. |
UrParameter |
Identification.getMatchParameter(String matchKey,
UrParameter urParameter)
Returns the personalization parameter of the given match |
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 |