choderalab / assaytools

Modeling and Bayesian analysis of fluorescence and absorbance assays.
http://assaytools.readthedocs.org
GNU Lesser General Public License v2.1
18 stars 11 forks source link

Lstated changes #136

Closed grundye closed 5 years ago

grundye commented 5 years ago

Updated assaytools documentation & calculate_Lstated_array.py to reflect difference between target ligand stock concentration and true ligand stock concentration (ie 10 mM as the target stock concentration and 10.034 mM as the true stock concentration).

MehtapIsik commented 5 years ago

I confirm that the scaling factor @grundye introduced to this script correctly calculates corrected ligand concentration arrays based on target and true DMSO stock concentrations.

I modified the script to make true_stock_conc argument optional since we sometimes use this script to calculate target ligand concentration arrays also. When true_stock_conc argument is not provided, the script assumes true stock concentration is equal to target concentration (scaling factor = 1) and produced the ligand concentration arrays we were used getting from this script.