Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.