Specify PAM patterns for use with locate_PAM
1 2 3 4 5 6 7 8 9 10 11 | PAM_pattern(pattern, width)
PAM_patterns_default(
sgNGG = PAM_pattern(".GG", 3),
sgNGA = PAM_pattern(".GA", 3),
sgNGCG = PAM_pattern(".GCG", 4),
sgNGAG = PAM_pattern(".GAG", 4),
sgNNGRRT = PAM_pattern("..G[AG][AG]T", 6),
sgNNNRRT = PAM_pattern("...[AG][AG]T", 6),
...
)
|
pattern |
A regular expression used to identify a PAM. See the regex documentation for extensive help on regular expressions. |
width |
A single number indicating the expected width of the PAM sequence. |
sgNGG |
Pattern for NGG. Defaults to |
sgNGA |
Pattern for NGA. Defaults to |
sgNGCG |
Pattern for NGCG. Defaults to |
sgNGAG |
Pattern for NGAG. Defaults to |
sgNNGRRT |
Pattern for NNGRRT. Defaults to |
sgNNNRRT |
Pattern for NNNRRT. Defaults to |
... |
Additional PAM patterns to include in |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.