Skip to content

Commit

Permalink
Update formin_processivity_prediction.m
Browse files Browse the repository at this point in the history
  • Loading branch information
biswa-mahanta committed Jul 24, 2024
1 parent 363b1a3 commit 326d362
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion formin_processivity_prediction.m
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
flux = input(prompt);

if flux>67
off_rate = 0.0002*(flux-67); %linear increase in formin dissociation rate when FH1 delivery is used for more than two-third monomers
off_rate = 0.0002*(flux-67) + 0.00191; %linear increase in formin dissociation rate when FH1 delivery is used for more than two-third monomers
else
off_rate = 0.00191; %basal formin dissociation rate when FH1 delivery is used for less than two-third monomers
end
Expand Down

0 comments on commit 326d362

Please sign in to comment.