目录

biodbHmdb

Codecov test coverage

An R package for accessing HMDB online database, based on R package/framework biodb.

Introduction

This extension package to biodb implements a connector to the HMDB database.

Installation

Install the latest stable version using Bioconductor:

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

Examples

Searching for entries with multiple words inside the field “description”:

mybiodb <- biodb::newInst()
conn <- mybiodb$getFactory()$createConn('hmdb.metabolites')
ids <- conn$searchForEntries(fields=list(description=c('milk', 'Oligosaccharide')))

Documentation

See the introduction vignette:

vignette('biodbHmdb', package='biodbHmdb')

To get documentation on the implemented connector once inside R, run:

?biodbHmdb::HmdbMetabolitesConn

Citations

HMDB website: http://www.hmdb.ca.

  • Wishart DS, Tzur D, Knox C, et al., HMDB: the Human Metabolome Database. Nucleic Acids Res. 2007 Jan;35(Database issue):D521-6, https://doi.org/10.1093/nar/gkl923.
  • Wishart DS, Knox C, Guo AC, et al., HMDB: a knowledgebase for the human metabolome. Nucleic Acids Res. 2009 37(Database issue):D603-610, https://doi.org/10.1093/nar/gkn810.
  • Wishart DS, Jewison T, Guo AC, Wilson M, Knox C, et al., HMDB 3.0 — The Human Metabolome Database in 2013. Nucleic Acids Res. 2013. Jan 1;41(D1):D801-7, https://doi.org/10.1093/nar/gks1065.
关于

用于访问和查询HMDB(人类代谢组数据库)的R包

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

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