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

Neutral mutations don't give neutral results #12

Open
mpdunne opened this issue Jun 22, 2022 · 0 comments
Open

Neutral mutations don't give neutral results #12

mpdunne opened this issue Jun 22, 2022 · 0 comments

Comments

@mpdunne
Copy link

mpdunne commented Jun 22, 2022

Hi there,

I'm trying out mutations on a DeepSequence model trained on BLAST_ECOLX.

What should be neutral mutations do not seem to give neutral results. For example:

data_helper.delta_elbo(ds_model,[], N_pred_iterations=500) gives 0.25998583984375045

I would expect this to be zero, and it is, approximately. But:

data_helper.delta_elbo(ds_model,[(126,"T","T")], N_pred_iterations=500) gives -4.7841062011718805

I would also expect this to be zero. But it is not! Am I right in thinking this?

data_helper.delta_elbo(ds_model,[(126,"T","Q")], N_pred_iterations=500) gives -9.021644348144548

which looks reasonable.

Also just to double-check, a higher score is better? Thanks!

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

No branches or pull requests

1 participant