j = tc_find("tr1")
file1 = "/home/deepak/Documents/TinkerCell/Modules/transcription_activation/Equilibrium_Model.tic"
file2 = "/home/deepak/Documents/TinkerCell/Modules/transcription_repression/Equilibrium_Model.tic"
tc_multiplot(2,1)
tc_substituteModel(j, file1)
m1 = tc_simulateDeterministic(0,100,100)
tc_plot(m1, "using file 1")
tc_substituteModel(j, file2)
m2 = tc_simulateDeterministic(0,100,100)
tc_plot(m2, "using file 2")
It is also possible to practically remove a component from the model by substituting "empty" for the model, e.g. tc_substituteModel(j, "empty")
No comments:
Post a Comment