writeSIF | R Documentation |
This function takes as input a model (as created by e.g., read from a SIF data set with readSIF function) and save it into a file.
writeSIF(model, filename, overwrite = FALSE)
model |
the model |
filename |
the filename |
overwrite |
by default, do not overwrite a file. |
T Cokelaer
cpfile<-dir(system.file("ToyModel",package="CellNOptR"),full=TRUE)
file.copy(from=cpfile,to=getwd(),overwrite=TRUE)
ToyModel<-readSIF(sifFile="ToyPKNMMB.sif")
writeSIF(ToyModel, "ToyPKNMMB_copy.sif")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.