CNOdata | R Documentation |
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.
CNOdata(filename, verbose=FALSE, url=NULL)
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. |
the path of the temporary file where data has been copied.
T. Cokelaer
## Not run: readSIF(CNOdata("PKN-ToyMMB.sif"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.