Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Modified quickmodel to create a csv file of DeltaG and Kd estimates. #118

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

MehtapIsik
Copy link
Contributor

With increasing number of ligands or experiments, it was getting difficult to extract DeltaG values and confidence intervals from Quickmodel output files. Especially when we wish to compare estimates between different experiments and different runs of quickmodel analysis. For example, diffusion experiment results with 8 ligands and 4 time points.

To eliminate the burden of organizing these values in tables manually, I added a csv table output to quickmodel.py, which has DeltaG and K_d estimates and uncertainties for all the experiments in a plate.

screen shot 2017-07-14 at 2 08 31 pm

I also made a minor change to json output file names to eliminate space and ":" from the file names.

@MehtapIsik
Copy link
Contributor Author

I modified the csv output, so that it reports median and mean correctly.

screen shot 2017-07-14 at 3 03 47 pm

@sonyahanson
Copy link
Contributor

Thanks Mehtap! This is cool.

@MehtapIsik
Copy link
Contributor Author

Travis builds in osx systems are failing due to pymc/flib.so again. @jchodera How can we fix this? Could it be related to #119?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants