Free Access Week - Data Engineering + BI
Data Engineering and BI courses are free this week!
Free Access Week - Jun 2-8

MetaDBparse (version 2.0.0)

build.ANPDB: Build ANPDB

Description

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

Usage

build.ANPDB(outfolder, testMode = FALSE)

Arguments

outfolder

Which folder to save temp files to?

testMode

run in test mode? Only parses first ten compounds

Value

data table with parsed database

See Also

download.file fread

Examples

Run this code
# NOT RUN {
build.NANPDB(outfolder=tempdir(), testMode=TRUE)
# }

Run the code above in your browser using DataLab