RESTRICTION_ENZYMES:
Common Restriction Enzyme's Cut Sites
Description
A character vector of common restriction sites named by the restriction enzyme that cuts at each site. Sequence specificity is listed in 5' to 3' orientation based on the IUPAC_CODE_MAP
. The cut site is either signified by a ``/'' for palindromic sites, or two numbers giving the position of the top and bottom cut positions relative to the site's 3'-end.
Usage
data(RESTRICTION_ENZYMES)
Format
The format is:
Named chr [1:224] "GACGT/C" "G/GTACC" "GT/MKAC" ...
- attr(*, "names")= chr [1:224] "AatII" "Acc65I" "AccI" "AciI" ...Examples
Run this codedata(RESTRICTION_ENZYMES)
RESTRICTION_ENZYMES
Run the code above in your browser using DataLab