Installation

For installation of the CellNOptR package, open R and type:

## try http:// if https:// URLs are not supported
source("https://bioconductor.org/biocLite.R")
biocLite("CellNOptR")

Other CNO formalisms are extension of the CellNOptR package and can only be installed after CellNOptR is present on the library of R packages:

To install CNORdt package, start R and enter:

## try http:// if https:// URLs are not supported
source("https://bioconductor.org/biocLite.R")
biocLite("CNORdt")

To install CNORfeeder package, start R and enter:

## try http:// if https:// URLs are not supported
source("https://bioconductor.org/biocLite.R")
biocLite("CNORfeeder")

To install CNORfuzzy package, start R and enter:

## try http:// if https:// URLs are not supported
source("https://bioconductor.org/biocLite.R")
biocLite("CNORfuzzy")

To install CNORode package, start R and enter:

## try http:// if https:// URLs are not supported
source("https://bioconductor.org/biocLite.R")
biocLite("CNORode")