shz9 / magenpy

Modeling and Analysis of (Statistical) Genetics data in python
https://shz9.github.io/magenpy/
MIT License
16 stars 5 forks source link

Implement heritability estimators #13

Open shz9 opened 1 year ago

shz9 commented 1 year ago

I'd like to provide implementation for summary statistics-based and individual-level data heritability estimators. This is important for many downstream models as well as for data interpretation.

Here are some popular heritability estimators that we can easily implement with the magenpy interfaces:

We may add other estimators down the line if there is interest.