CNOdata: Get data from a CellNOpt data repository

Description Usage Arguments Value Author(s) Examples

Description

This function fetch a file from the URL provided (default is http://www.ebi.ac.uk~/cokelaer/cellnopt/data/_downloads) and save it into a temporary file.

You will need Rcurl package to use this function.

Usage

1
CNOdata(filename, verbose=FALSE, url=NULL)

Arguments

filename

a valid filename that can be found in the url

verbose

FALSE by default, it prints the path of the temporary file where data has been copied.

url

You can overwrite the default URL (http://www.ebi.ac.uk~/cokelaer/cellnopt/data/_downloads) with this argument.

Value

the path of the temporary file where data has been copied.

Author(s)

T. Cokelaer

Examples

1
readSIF(CNOdata("PKN-ToyMMB.sif"))

cokelaer/CellNOptR documentation built on May 27, 2019, 8:44 a.m.