Free Access Week - Data Engineering + BI
Data Engineering and BI courses are free this week!
Free Access Week - Jun 2-8

CellNOptR (version 1.18.0)

CNOdata: Get data from a CellNOpt data repository

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

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.

Examples

Run this code
readSIF(CNOdata("PKN-ToyMMB.sif"))

Run the code above in your browser using DataLab