README.md

biodbLipidmaps

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

Introduction

biodbLipidmaps is an extension package of the biodb package. It allows to connect to Lipidmaps for retrieving entries, and searching for entries using the LMSDSearch web service.

Examples

Getting a single entry:

mybiodb <- biodb::newInst()
conn <- mybiodb$getFactory()$createConn('lipidmaps.structure')
entries <- conn$getEntry('LMFA00000001')

Installation

Install the latest stable version using Bioconductor:

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

Documentation

See the introduction vignette:

vignette('biodbLipidmaps', package='biodbLipidmaps')

Citations



pkrog/biodbLipidmaps documentation built on Dec. 1, 2022, 3:52 p.m.