Description Usage Arguments Details
Add RFLP enzymes to iSTOP data
1 |
iSTOP |
A dataframe resulting from locate_PAM. |
recognizes |
The base recognized by the enzyme. One of "c" or "t". In terms of base editing, "t" will return enzymes that only cut after editing, whereas "c" will return enzymes that only cut before editing. |
width |
An integer specifiying range of unique cutting. |
enzymes |
A dataframe of enzymes considered. Defaults to NULL which will use an enzyme dataset included in the iSTOP package. |
cores |
Number of cores to use with pbapply |
This function only works if changed base can be distinguished. Current strategy
is to mark the changed base by converting it to lower case, and constructing
an enzymes
table that has each corresponding base chaned to lowercase.
See enzymes
definition below for more information.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.