melting5jars: 'Java' Archive Wrapper Supporting for the 'MELTING 5'...

Description Details Author(s)

Description

An R package wrapper for MELTING 5 jars.

The 'MELTING 5' http://www.ebi.ac.uk/biomodels/tools/melting/ 'Java' archive file is included along with the model data directory to facilitate accessing the library computations from within an R session.

Details

The package attempts to set NN_PATH to point to the Data directory contained within. To be on the safe side, you should:

Sys.setenv("NN_PATH"=system.file("extdata", "Data", package="melting5jars"))

before you require() or library() the package.

Once loaded, you can use the Java components directly from R. i.e.

melting <- new(J("melting.Main"))

See the GitHub README for more information and examples.

Author(s)

Bob Rudis (bob@rud.is)


hrbrmstr/melting5jars documentation built on May 29, 2019, 7:13 a.m.