Skip to content
mkutmon edited this page Dec 6, 2012 · 1 revision

Libraries:

soap

Install SSOAP from Bioconductor

source("http://bioconductor.org/biocLite.R")

biocLite("SSOAP")

Load the SSOAP library

library(SSOAP)

rrdf

Install rrdf from CRAN

install.packages("rrdf")

Load the rrdf library

library(rrdf)

Clone this wiki locally