Skip to content
This repository has been archived by the owner on Dec 8, 2022. It is now read-only.

ceabiodb/biodbExpasy

Repository files navigation

biodbExpasy

An R package for accessing Expasy ENZYME database, based on R package/framework biodb.

Introduction

This package is an extension of biodb that implements a connector to Expasy ENZYME database.

Installation

Install the latest version of this package by running the following commands:

if (!requireNamespace("BiocManager", quietly = TRUE))
    install.packages("BiocManager")
BiocManager::install('biodbExpasy')

Examples

To instantiate a connector to Expasy ENZYME database., run:

mybiodb <- biodb::newInst()
conn <- mybiodb$getFactory()$createConn('expasy.enzyme')
mybiodb$terminate()

Documentation

To get documentation on the implemented connector, run the following command in R:

?biodbExpasy::ExpasyEnzymeConn

Citations

https://enzyme.expasy.org

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published