powered by
Parses the LIPID MAPS DB, returns data table with columns compoundname, description, charge, formula and structure (in SMILES)
build.LIPIDMAPS(outfolder, testMode = FALSE, apikey)
Which folder to save temp files to?
run in test mode? Only parses first ten compounds
ChemSpider API key
data table with parsed database
download.file unzip as.data.table,fread,rbindlist datablock2ma,datablock read_xml html_nodes,html_text str_match pbapply stri_detect
download.file
unzip
as.data.table
fread
rbindlist
datablock2ma
datablock
read_xml
html_nodes
html_text
str_match
pbapply
stri_detect
# NOT RUN { build.LIPIDMAPS(outfolder=tempdir(), testMode=TRUE) # }
Run the code above in your browser using DataLab