Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Lifeware
biocham
Commits
285545d6
Commit
285545d6
authored
Mar 27, 2018
by
Thierry Martinez
Browse files
Uncommenting change_parameter_to_variable example
parent
f1b4bfd3
Changes
1
Hide whitespace changes
Inline
Side-by-side
variations.pl
View file @
285545d6
...
...
@@ -249,12 +249,12 @@ biocham: bifurcations(E1,1e-6,1e-4,time:1000000).
%
:- doc('\\begin{example}
% ').
% :- biocham_silent(clear_model).
% :-
biocham
(
load(
'
library:examples/cell_cycle/Qu_et_al_2003.bc
')
).
% :-
change_parameter_to_variable(k1).
% :-
list_model.
% :-
biocham
("
dose_response(k1,1,1000,time:200,show:
'
CycB-CDK~{p1}
'")
).
% :- doc('\\end{example
}
%
').
:-
doc
(
'\\begin{example}
\\clearmodel
\\trace{
biocham
:
load(library:examples/cell_cycle/Qu_et_al_2003.bc).
biocham:
change_parameter_to_variable(k1).
biocham:
list_model.
biocham
:
dose_response(k1,1,1000,time:200,show:CycB-CDK~{p1}).
}
\\end{example}
'
).
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment