Search found 2 matches

by davidnfisher
Wed May 15, 2024 10:36 am
Forum: Genomics
Topic: Papers on what to do when GWAS returns few hits
Replies: 0
Views: 34

Papers on what to do when GWAS returns few hits

Hi folks, Running a GWAS can be useful to see if there are loci with a strong association with a trait. However, traits are often polygenic, with few or no obvious hits on a GWAS, despite being heritable. Is there a guide on "What to do if your GWAS returns no hits"? If not, would this be ...
by davidnfisher
Mon Nov 27, 2023 4:30 pm
Forum: Other
Topic: Covariance between random effects in lme4/glmmTMB
Replies: 0
Views: 6626

Covariance between random effects in lme4/glmmTMB

Hi folks,

Does anyone know how to code a covariance between two random effects that use the same set of levels in lme4 or glmmTMB? I would do it in MCMCglmm like this:

random=~str(focal + partner)

while the prior includes G1 as a 2x2 matrix.

Any help appreciated!