目录

brendaDb

Build Status AppVeyor build
status codecov Commitizen
friendly License:
MIT

Overview

brendaDb aims to make importing and analyzing data from the BRENDA database easier. The main functions include:

  • [x] Read text file downloaded from BRENDA into an R tibble
  • [x] Retrieve information for specific enzymes
  • [x] Query enzymes using their synonyms, gene symbols, etc.
  • [x] Query enzyme information for specific BioCyc pathways

Installation

brendaDb is a Bioconductor package and can be installed through 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)

Usage

To learn more about brendaDb, please refer to the vignette.

browseVignettes(package = "brendaDb")
关于

提供BRENDA酶数据库的编程接口,用于查询和获取酶学数据

1.5 MB
邀请码
    Gitlink(确实开源)
  • 加入我们
  • 官网邮箱:gitlink@ccf.org.cn
  • QQ群
  • QQ群
  • 公众号
  • 公众号

版权所有:中国计算机学会技术支持:开源发展技术委员会
京ICP备13000930号-9 京公网安备 11010802047560号