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

Quality filters for the core gene phylogeny #37

Closed
3 tasks
zachary-foster opened this issue Nov 9, 2023 · 1 comment
Closed
3 tasks

Quality filters for the core gene phylogeny #37

zachary-foster opened this issue Nov 9, 2023 · 1 comment

Comments

@zachary-foster
Copy link
Contributor

Three user-adjustable filters:

  • --min_core_genes: Minimum number of core genes (e.g. 10)
  • --min_core_samps: Minimum proportion of samples (e.g. 0.9)
  • --min_core_refs: Minimum proportion of references (e.g. 0.5)

Plan:

Iteratively remove sample with the least genes shared with all other samples until --min_core_genes is reached or --min_core_samps/--min_core_refs thresholds are reached.

@zachary-foster
Copy link
Contributor Author

done

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