charlesrocabert / gbapy

Growth balance analysis in Python
GNU General Public License v3.0
1 stars 0 forks source link

Ensure model consistency in MCMC #8

Open fumer100 opened 1 month ago

fumer100 commented 1 month ago

Do I ensure model consistency in MCMC the same way I did in the trajectory? Should I undo a mutation even if it fixates ?

charlesrocabert commented 1 month ago

Yes, if the mutation leads to an inconsistent model, you must reject it

fumer100 commented 1 month ago

My growth-rates with MCMC for EC12b are very small in comparison to the other trajectories. Is that normal? With noisy trajectory : image With MCMC : image

charlesrocabert commented 1 month ago

Yes it might make sense. As I explained to you, with MCMC, you can get stuck in a flat region of the fitness landscape. But you should plot the trajectory to have a better idea

fumer100 commented 1 month ago

I thought of implementing the following plots:

Do you have any other ideas or suggestions on what could be useful to see?