Uses of Class
com.compomics.util.parameters.identification.search.DigestionParameters.Specificity
Package | Description |
---|---|
com.compomics.util.parameters.identification.search |
Identification parameters relative to the search.
|
-
Uses of DigestionParameters.Specificity in com.compomics.util.parameters.identification.search
Methods in com.compomics.util.parameters.identification.search that return DigestionParameters.Specificity Modifier and Type Method Description DigestionParameters.Specificity
DigestionParameters. getSpecificity(String enzymeName)
Returns the expected specificity of the given enzyme.static DigestionParameters.Specificity
DigestionParameters.Specificity. getSpecificity(int index)
Returns the specificity of the given index.static DigestionParameters.Specificity
DigestionParameters.Specificity. valueOf(String name)
Returns the enum constant of this type with the specified name.static DigestionParameters.Specificity[]
DigestionParameters.Specificity. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.compomics.util.parameters.identification.search with parameters of type DigestionParameters.Specificity Modifier and Type Method Description void
DigestionParameters. setSpecificity(String enzymeName, DigestionParameters.Specificity enzymeSpecificity)
Sets the expected specificity of the enzyme.