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

Quantgen software review #26

Open
jeromekelleher opened this issue Aug 4, 2023 · 2 comments
Open

Quantgen software review #26

jeromekelleher opened this issue Aug 4, 2023 · 2 comments

Comments

@jeromekelleher
Copy link
Collaborator

I've had a look around and not been able to find any guidance or overview on quantitative genetics software. What do people do, and how do they do it?

@timothymillar do you have any starting points here? A student-oriented beginners guide of some sort would be ideal.

@timothymillar
Copy link
Contributor

@jeromekelleher Most of my work in this area has been around estimation of relationship matrices and I'm very much a novice when it comes to actually fitting quant-gen models. That being said, quant-gen problems are generally treated as (generalized) linear mixed models and commonly make use of 'generic' LMM solving packages like ASREML.

A good starting reference would be An ecologist’s guide to the animal model and the related online tutorial How to fit an animal model which demonstrates fitting an animal in several deferent packages including (ASREML-R, MCMCglmm and brms). My impression is that ASREML is one of the most commonly used packages.

There are quite a few R packages which are more specifically aimed at quantitative genetics. These include sommer, rrBLUP, StageWise, and AGHmatrix to name a few (but this list is biased towards the autopolyploid literature!).

When it comes to computing genetic relationship matrices there are a few options. AGHmatrix is one of the more common ones (particularly for autopolyploids). sommer has some options for computing GRMs and seems to be quite popular. Some command line tools like GCTA also have options for GRM estimations and quant-gen analyses, but I'm generally less familiar with them as they typically assume diploid genotypes.

I'll add more info here as I think of it.

@jeromekelleher
Copy link
Collaborator Author

Fantastic, thanks @timothymillar!

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

2 participants