Skip to content

Commit

Permalink
adding WT fit to SRPredesign_Mgtitration_script_LIFFTtest example
Browse files Browse the repository at this point in the history
  • Loading branch information
rhiju committed Apr 2, 2018
1 parent 63a444c commit 118c021
Showing 1 changed file with 8 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,14 @@
%fit_res = [15:23 33:4]; % fit to all residues
plot_res = [19 20 35 36];


do_centralize = 0;
%which_lanes = [1:16]; % wild type
which_lanes = [49:64]; % double mutant (C6G/C22U)
lifft( area_norm(which_res,which_lanes(which_conc)), conc(which_conc), [], K, n, fit_res,'hill',[],plot_res );
pause

which_lanes = [1:16]; % wild type
lifft( area_norm(which_res,which_lanes(which_conc)), conc(which_conc), [], K, n, fit_res,'hill',[],plot_res );


lifft( area_norm(which_res,which_lanes(which_conc)), conc(which_conc), [], K, n, fit_res,'hill',[],plot_res, do_centralize,[],[],1,0.01 )
%%%%%%%%%%%%%%

0 comments on commit 118c021

Please sign in to comment.