Learn R Programming

MetaDBparse (version 2.0.0)

build.LIPIDMAPS: Build LIPID MAPS

Description

Parses the LIPID MAPS DB, returns data table with columns compoundname, description, charge, formula and structure (in SMILES)

Usage

build.LIPIDMAPS(outfolder, testMode = FALSE, apikey)

Arguments

outfolder

Which folder to save temp files to?

testMode

run in test mode? Only parses first ten compounds

apikey

ChemSpider API key

Value

data table with parsed database

See Also

download.file unzip as.data.table,fread,rbindlist datablock2ma,datablock read_xml html_nodes,html_text str_match pbapply stri_detect

Examples

Run this code
# NOT RUN {
build.LIPIDMAPS(outfolder=tempdir(), testMode=TRUE)
# }

Run the code above in your browser using DataLab