Description Usage Arguments Details
Specify preferred PAM spacing when using locate_PAM.
1 | PAM_spacing(optimal = c(14, 14), good = c(13, 15), ok = c(12, 16), ...)
|
optimal |
defaults to |
good |
defaults to |
ok |
defaults to |
... |
Additional custom named ranges can be included. |
locate_PAM uses these spacing ranges to optimize PAM selection when designing
guide sequences. The priority for design is optimal > good > ok > ...
. All arguments should
be two-element numeric vectors indicating a minimum and maximum of the range. The default
settings gives priority to PAMs that place the target base in the middle of the five base
range of high efficiency BE3-Cas9 editing.
Note that a spacing of 14 means 14 nucleotides between the target base the first base in the PAM.
For example, cNNNNNNNNNNNNNN.GG
has a spacing of 14 between the targeted c
and the .GG
PAM
pattern.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.