salilab / bayesian_hdx

Support code for HDX data reduction
GNU Lesser General Public License v2.1
3 stars 3 forks source link

Store prior info in output file. #5

Open saltzberg opened 5 years ago

saltzberg commented 5 years ago

Now that we have real priors on the value of a protection factor, we should allow plotting of this distribution along with the modeled protection factor distribution in line 705 of plots.py.

This means that prior information will need to be logged in the output file. Propose to add a new "scoring function" section to this file that contains the necessary information to recapitulate all priors (natural abundance, ResiduePfPriors, sigma, etc...) and the parameters of the forward model (even though we currently only have one FM setup).