Installation
The R software for running longevityDrugs
and longevityTools
can be downloaded from CRAN. The longevityTools
package can be installed from the R console using the following biocLite
install command.
source("http://bioconductor.org/biocLite.R") # Sources the biocLite.R installation script
biocLite("tgirke/longevityTools", build_vignettes=FALSE, dependencies=FALSE) # Installs package from GitHub
biocLite("tgirke/longevityDrugs", build_vignettes=FALSE, dependencies=FALSE)
Loading of required packages
library(RSQLite); library(ChemmineR); library(longevityDrugs)
## Loading required package: DBI