Learn R Programming

rDNA (version 1.31)

dna.init: Initialize rDNA

Description

Establish the connection between R and DNA.

Usage

dna.init(dna.jar.file)

Arguments

dna.jar.file
The path and file name of the dna-1.31.jar file. If DNA is located in the current working directory, this can be "dna-1.31.jar".

Details

This method must be called once before rDNA can pull any data from DNA. Hand over the path and file name of the dna-1.31.jar file to the method.

See Also

rDNA dna.gui dna.network dna.attributes

Examples

Run this code
download.file("http://www.philipleifeld.de/cms/upload/Downloads/dna-1.31.jar",
    destfile = "dna-1.31.jar", mode = "wb")
dna.init("dna-1.31.jar")

Run the code above in your browser using DataLab