|
| | RestrictionEnzyme (String name, String restrictionSite, int fivePrimeCutFromSite, int threePrimerCutFromSite) |
| |
| List< String > | digest (String seq) |
| |
| String | getName () |
| |
|
| static String[][] | WOBLE_PATTERN_MAP |
| |
| static RestrictionEnzyme | AcuI = new RestrictionEnzyme("AcuI", "CTGAAG", 17, 15) |
| |
| static RestrictionEnzyme | BpmI = new RestrictionEnzyme("BpmI", "CTGGAG", 16, 14) |
| |
| static RestrictionEnzyme | BpuEI = new RestrictionEnzyme("BpuEI", "CTTGAG", 16, 14) |
| |
| static RestrictionEnzyme | BsgI = new RestrictionEnzyme("BsgI", "GTGCAG", 16, 14) |
| |
| static RestrictionEnzyme | EcoP15I = new RestrictionEnzyme("EcoP15I", "CAGCAG", 27, 27) |
| |
| static RestrictionEnzyme | MmeI = new RestrictionEnzyme("MmeI", "TCCRAC", 20, 18) |
| |
| static RestrictionEnzyme | BbvI = new RestrictionEnzyme("BbvI", "GCAGC", 8, 12) |
| |
| static RestrictionEnzyme | BceAI = new RestrictionEnzyme("BceAI", "ACGGC", 12, 14) |
| |
| static RestrictionEnzyme | BsmFI = new RestrictionEnzyme("BsmFI", "GGGAC", 10, 14) |
| |
| static RestrictionEnzyme | BtgZI = new RestrictionEnzyme("BtgZI", "GCGATG", 10, 14) |
| |
| static RestrictionEnzyme | EciI = new RestrictionEnzyme("EciI", "GGCGGA", 11, 9) |
| |
| static RestrictionEnzyme | FokI = new RestrictionEnzyme("FokI", "GGATG", 9, 13) |
| |
| broad.core.primer3.RestrictionEnzyme.RestrictionEnzyme |
( |
String |
name, |
|
|
String |
restrictionSite, |
|
|
int |
fivePrimeCutFromSite, |
|
|
int |
threePrimerCutFromSite |
|
) |
| |
| List<String> broad.core.primer3.RestrictionEnzyme.digest |
( |
String |
seq | ) |
|
| String broad.core.primer3.RestrictionEnzyme.getName |
( |
| ) |
|
| String [][] broad.core.primer3.RestrictionEnzyme.WOBLE_PATTERN_MAP |
|
static |
Initial value:= {
{"M", "[AC]"},
{"R", "[AG]"},
{"S", "[CG]"},
{"V", "[AGC]"},
{"W", "[AT]"},
{"Y", "[CT]"},
{"H", "[ACT]"},
{"K" , "[GT]"},
{"D" , "[AGT]"},
{"B" , "[TGC]"},
{"N" , "[ATGC]"}
}
The documentation for this class was generated from the following file: