Skip to content

Commit

Permalink
Update formin_processivity_prediction.m
Browse files Browse the repository at this point in the history
Updated basal rate for Bni1p FH1FH2C
  • Loading branch information
biswa-mahanta committed Nov 21, 2024
1 parent 109985c commit 5392ebb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions formin_processivity_prediction.m
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
flux = input(prompt);

if flux>67
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
off_rate = 0.0002*(flux-67) + 0.00391; %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
off_rate = 0.00391; %basal formin dissociation rate when FH1 delivery is used for less than two-third monomers
end

colNames = {'5 subunits/s', '15 subunits/s','25 subunits/s','35 subunits/s'}; %column names corresponding to elongation rates used
Expand Down Expand Up @@ -67,7 +67,7 @@
lengths = [lengths, {len}];
time = nonzeros(time);
dwelltimes = [dwelltimes, {time}];
%elongation_rate = 5 + 10*(v);
elongation_rate = elongation_rate + 10; %elongation rate is increased
end

Run_lengths = array2table(lengths,'VariableNames',colNames);
Expand Down

0 comments on commit 5392ebb

Please sign in to comment.