-
Notifications
You must be signed in to change notification settings - Fork 9
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
Reduce inference in cattle outbreak #66
Conversation
Switching to divergence view as the default view since the data from SRA does not include precise dates. Part of #65
@joverlee521: I don't want to completely remove ancestral trait inference. The Texas origin is important. I'm working on a strategy here that will keep inference for known locations but won't infer locations for SRA sequences. Could you revert 828f977 and I'll append to this PR? |
828f977
to
bd425cb
Compare
This commit as a simple --sampling-bias-correction that inflates uncertainty in traits inference. This causes SRA tips to go from highly confident in location to not at all confident in location. For example A/CATTLE/USA/24-013021-002/2024 goes from 68% to 20% confident in Ohio location. This _should_ cause all this tips to colored gray on the tree while leaving the deeper nodes and early GenBank tips appropriately colored (which is exactly what we wanted). However, this has revealed a bug in Auspice in which Auspice currently colors tips according to most likely state unlike the logic it has for internal branches which are grayed out as entropy in state confidence increases. However, I think this commit is still appropriate to merge in avian-flu even if we're waiting on Auspice update to properly display.
I tried a couple different approaches before landing on the commit above:
Instead I went with:
As expressed in commit message, this revealed a bug in Auspice in which Auspice currently colors tips according to most likely state unlike the logic it has for internal branches which are grayed out as entropy in state confidence increases. However, I think this commit is still appropriate to merge in avian-flu even if we're waiting on Auspice update to properly display. We could still decide to implement (1) in addition to (3) to get an observed only geo coloring, but I'd like to see how the Auspice fix looks before doing so. |
I believe we can merge this PR as it stands, update live build and wait for Auspice update before doing further work here. |
Description of proposed changes
Resolves #65 by
removingaugur traits
so stop inference of locationChecklist