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

Suggestions for API improvements to facilitate competition experiment analysis #43

Open jchodera opened 8 years ago

jchodera commented 8 years ago

From our discussion today, here is what we decided we would need for input:

compound_stocks = [
   { 'id' : 'BOS001',
     'compound_name' : 'bosutinib',
     'compound_mw' : 530.446, # g/mol
     'compound_mass' : 12.45, # mg compound dispensed
     'compound_purity' : 0.96, # purity
     'solvent_mass' : 12.52, # g solvent dispensed
   }
...
]

The compound stock dictionary could be used for all experiments, and would eventually be retrieved from a lightweight database running on Amazon EC2 or someplace.

jchodera commented 8 years ago

For the interested, this document has some good statistics about the reliability of protein concentrations as a function of measured absorbance. CV seems to be as high as 13.1% for low conc (0.227 mg/mL), 3.7% for med-low (0.898 mg/mL), and better than 1% for high (>2 mg/mL).

jchodera commented 8 years ago

We'll need to collect at least one example of all of this data for development and testing.

Would be useful to have someone (@sonyahanson @Lucelenie @MehtapIsik) check in such an example, especially a coherent set of

I think I can generate the rest!