Learn R Programming

seqRFLP (version 1.0.1)

selEnz: Selecting restriction enzyme

Description

Function for selecting restriction enzyme.

Usage

selEnz(names, enzdata = enzdata)

Arguments

names
A character string indicating the restriction enzyme name.
enzdata
A dataframe including enzyme data.

Value

Returns to a dataframe with only the selected enzyme information.

Details

enzdata must be a dataframe with the first column enzyme name, the second column the restriction clipping sites.

References

None.

Examples

Run this code

## selEnz() example
data(enzdata)
selEnz(enzdata = enzdata, names = "EcoRI")

Run the code above in your browser using DataLab