Package | Description |
---|---|
com.compomics.util.parameters.identification.search |
Identification parameters relative to the search.
|
Modifier and Type | Method and Description |
---|---|
static DigestionParameters.Specificity |
DigestionParameters.Specificity.getSpecificity(int index)
Returns the specificity of the given index.
|
DigestionParameters.Specificity |
DigestionParameters.getSpecificity(String enzymeName)
Returns the expected specificity of the given enzyme.
|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
DigestionParameters.setSpecificity(String enzymeName,
DigestionParameters.Specificity enzymeSpecificity)
Sets the expected specificity of the enzyme.
|
Copyright © 2018. All rights reserved.