Learn R Programming

MetaDBparse (version 2.0.0)

build.YMDB: Build YMDB

Description

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

Usage

build.YMDB(outfolder)

Arguments

outfolder

Which folder to save temp files to?

Value

data table with parsed database

See Also

download.file,unzip as.data.table,fread,rbindlist datablock2ma,datablock pbapply getURL str_match

Examples

Run this code
# NOT RUN {
build.YMDB(outfolder=tempdir())
# }

Run the code above in your browser using DataLab