Learn R Programming

MetaDBparse (version 2.0.0)

downloadBT: Download biotransformer jar file.

Description

To predict enzymatic metabolite changes, you can enable Biotransformer processing in the base database creation. This downloads the necessary JAR file from the developer page.

Usage

downloadBT(outfolder)

Arguments

outfolder

In which folder do you want to save the .jar file?

Value

File location

See Also

download.file,unzip

Examples

Run this code
# NOT RUN {
 
# }
# NOT RUN {
jarloc = downloadBT(outfolder = tempdir())
# }

Run the code above in your browser using DataLab