Skip to content

hail-is/hmdr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Heritability Maximizing Dimensionality Reduction

The Model

  • N individuals, indexed by i

  • M variants, indexed by j

  • K phenotypes, indexed by k

  • h2 = 0.5

  • pj ~ Uniform(0.05, 0.95)

  • Xij ~ Binomial(2, p)

  • βjk ~ Normal(0, h2 / M)

  • 𝓁ik ~ Xij · βjk + Normal(0, √(1-h2))

  • yik = f(𝓁ik), where f is some non-linear function

Next Steps

  • add noise to the images before training the model
  • understand why the variance of trace-heritability after linear transformations is not zero; understand how this is related to variance explained between estimated and simulated latent phenotypes.
  • scale up test setup (use more computers? speed up Balding-Nichols? ???)
  • handle variants with non-zero LD
  • handle samples with non-zero relatedness

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published