Closed RussBainer closed 5 months ago
@RussBainer Try with primary=FALSE
@Jfortin1 thanks for the pointer and sorry to be slow responding. After your tip I understand the tooling better and realize that the objects are working as intended. Thanks!
In case others reach this page, the pams()
function only returns the most likely pam sequences by default, and secondary sequences are not included in the findSpacers()
function call unless the canonical=FALSE
flag is set, which one can discover if you carefully RTFM :-). These defaults make sense to me, but led me to confusion when designing sequences for a nuclease with multiple high probability pams.
Thanks as always for the toolset!
Hi JP and team, I'm trying to make a new
CrisprNuclease
object based on an enzyme that has been shown to have a more permissive pam sequence, which I initially tried to encode by specifying more pams and weights. When I did this, I found that the pams appear to be internally capped at 4:This does not happen when I try to make a simple
Nuclease
object, but is introduced when turn that into aCrisprNuclease
:I personally have a workaround for this use case, but I thought I would raise it in case this isn't the functionality you want.
Thanks again for this awesome toolset!