chore: drop dependency for curl
brendaDb aims to make importing and analyzing data from the BRENDA database easier. The main functions include:
brendaDb
tibble
brendaDb is a Bioconductor package and can be installed through BiocManager::install().
BiocManager::install()
if (!requireNamespace("BiocManager", quietly = TRUE)) install.packages("BiocManager") BiocManager::install("brendaDb", dependencies=TRUE)
Alternatively, install the development version from GitHub.
if(!requireNamespace("brendaDb")) { devtools::install_github("y1zhou/brendaDb") }
After the package is installed, it can be loaded into the R workspace by
library(brendaDb)
To learn more about brendaDb, please refer to the vignette.
browseVignettes(package = "brendaDb")
提供BRENDA酶数据库的编程接口,用于查询和获取酶学数据
版权所有:中国计算机学会技术支持:开源发展技术委员会 京ICP备13000930号-9 京公网安备 11010802047560号
brendaDb
Overview
brendaDbaims to make importing and analyzing data from the BRENDA database easier. The main functions include:tibbleInstallation
brendaDbis a Bioconductor package and can be installed throughBiocManager::install().Alternatively, install the development version from GitHub.
After the package is installed, it can be loaded into the R workspace by
Usage
To learn more about brendaDb, please refer to the vignette.