Learn R Programming

MetaDBparse (version 2.0.0)

build.REACTOME: Build REACTOME db

Description

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

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

Usage

build.REACTOME(outfolder)

build.METABOLOMICSWORKBENCH(outfolder)

Arguments

outfolder

Which folder to save temp files to?

Value

data table with parsed database

data table with parsed database

See Also

as.data.table html_nodes read_html

as.data.table html_nodes read_html

Examples

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

Run the code above in your browser using DataLab