Learn R Programming

MetaDBparse (version 2.0.0)

build.CHEBI: Build CHEBI

Description

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

Usage

build.CHEBI(outfolder)

Arguments

outfolder

Which folder to save temp files to?

Value

data table with parsed database

See Also

getURL download.file as.data.table datablock2ma,datablock

Examples

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

Run the code above in your browser using DataLab