public enum Protease extends Enum<Protease> implements CleavageSiteFinder
The bottom of the page has a table of the rules.
| Modifier and Type | Method and Description |
|---|---|
int |
countCleavageSites(SymbolSequence<AminoAcid> aaSeq)
Get the number of potential cleavage sites
|
void |
find(SymbolSequence<AminoAcid> aaSeq,
gnu.trove.list.TIntList sites)
Find potential cleavage sites over the given amino-acid sequence
|
CleavageSiteMatcher |
getCleavageSiteMatcher()
Get the cleavage site matcher
|
static Protease |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Protease[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Protease TRYPSIN
public static final Protease CASPASE_1
public static final Protease CASPASE_2
public static final Protease CASPASE_3
public static final Protease CASPASE_4
public static final Protease CASPASE_5
public static final Protease CASPASE_6
public static final Protease CASPASE_7
public static final Protease CASPASE_8
public static final Protease CASPASE_9
public static final Protease CASPASE_10
public static final Protease CHYMOTRYPSIN_FYLW
public static final Protease CHYMOTRYPSIN_FYL
public static final Protease CHYMOTRYPSIN_HIGH_SPEC
public static final Protease CHYMOTRYPSIN_LOW_SPEC
public static final Protease ENTEROKINASE
public static final Protease LYS_C
public static final Protease ARG_C
public static final Protease CNBR
public static final Protease ASP_N
public static final Protease BNPS_SKATOLE
public static final Protease GLU_C_BICARBONATE
public static final Protease GLU_C_PHOSPHATE
public static final Protease PEPSINE_PH_1_3
public static final Protease PEPSINE_PH_GT_2
public static final Protease PROTEINASE_K
public static final Protease THERMOLYSINE
public static Protease[] values()
for (Protease c : Protease.values()) System.out.println(c);
public static Protease valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic void find(SymbolSequence<AminoAcid> aaSeq, gnu.trove.list.TIntList sites)
CleavageSiteFinderfind in interface CleavageSiteFinderpublic int countCleavageSites(SymbolSequence<AminoAcid> aaSeq)
CleavageSiteFindercountCleavageSites in interface CleavageSiteFinderpublic CleavageSiteMatcher getCleavageSiteMatcher()
CleavageSiteFindergetCleavageSiteMatcher in interface CleavageSiteFinderCopyright © 2016. All Rights Reserved.