node_file <- system.file("extdata", "IL17.nodes.csv", package = "Rato")
edge_file <- system.file("extdata", "IL17.edges.csv", package = "Rato")
g <- Rato::graph.from.csv(node_file, edge_file, sep=",", header=TRUE)
Rato::node.removal.thread( Rato::Michaelis.Menten
, g$M
, g$initial_values
, initial_params = list('f' = 1, 'h'=2, 'B'=0.1))
Run the code above in your browser using DataLab