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.
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.
Bob Rudis (bob@rud.is)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.