y1zhou / brendaDb

Load and query the BRENDA database in R.

Home Page:https://bioconductor.org/packages/release/bioc/html/brendaDb.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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:

  • Read text file downloaded from BRENDA into an R tibble
  • Retrieve information for specific enzymes
  • Query enzymes using their synonyms, gene symbols, etc.
  • 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")

About

Load and query the BRENDA database in R.

https://bioconductor.org/packages/release/bioc/html/brendaDb.html

License:Other


Languages

Language:R 91.5%Language:C++ 8.5%