Learn R Programming

DECIPHER (version 2.0.2)

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)

Arguments

Format

The format is: Named chr [1:224] "GACGT/C" "G/GTACC" "GT/MKAC" ... - attr(*, "names")= chr [1:224] "AatII" "Acc65I" "AccI" "AciI" ...

Source

Restriction enzymes sold by New England BioLabs.

Examples

Run this code
data(RESTRICTION_ENZYMES)
RESTRICTION_ENZYMES

Run the code above in your browser using DataLab