powered by
Parses the DIMEDB, returns data table with columns compoundname, description, charge, formula and structure (in SMILES)
build.DIMEDB(outfolder, testMode = FALSE)
Which folder to save temp files to?
run in test mode? Only parses first ten compounds
data table with parsed database
pbapply download.file,unzip fread cast capitalize
pbapply
download.file
unzip
fread
cast
capitalize
# NOT RUN { build.DIMEDB(outfolder=tempdir(), testMode=TRUE) # }
Run the code above in your browser using DataLab