Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/katiesaund/hogwash
Three bacterial GWAS methods all rolled into one easy-to-use R package
https://github.com/katiesaund/hogwash
bacterial-gwas bgwas convergence genomics gwas gwas-tools r r-package
Last synced: 24 days ago
JSON representation
Three bacterial GWAS methods all rolled into one easy-to-use R package
- Host: GitHub
- URL: https://github.com/katiesaund/hogwash
- Owner: katiesaund
- License: other
- Created: 2019-06-13T23:44:21.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-01-17T20:42:55.000Z (almost 3 years ago)
- Last Synced: 2023-10-20T20:55:22.955Z (about 1 year ago)
- Topics: bacterial-gwas, bgwas, convergence, genomics, gwas, gwas-tools, r, r-package
- Language: R
- Homepage:
- Size: 11.8 MB
- Stars: 16
- Watchers: 2
- Forks: 2
- Open Issues: 20
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
Notes on the Ancestral Reconstruction:
Using ace::ape().
Discrete reconstruction settings:
Marginal = FALSE; This implies a joint estimation procedure where all nodes are considered during the reconstruction, not just the current node and downstream edges.
model; this gets decided by a log likelihood test. The ancestral construction is built from all three methods and then their likelihood is tested to see if the more complex models are significantly better than the simpler models.
Discrete case requires a maximum likelihood approach.