selEnz: Selecting restriction enzyme

Description Usage Arguments Details Value Note Author(s) References Examples

Description

Function for selecting restriction enzyme.

Usage

1

Arguments

names

A character string indicating the restriction enzyme name.

enzdata

A dataframe including enzyme data.

Details

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

Value

Returns to a dataframe with only the selected enzyme information.

Note

To be added.

Author(s)

Jinlong zhang jinlongzhang01@gmail.com Qiong Ding dingqiong1@gmail.com

References

None.

Examples

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

seqRFLP documentation built on May 2, 2019, 6:02 a.m.