Skip to content

zhzheng92/y10k-prediction

 
 

Repository files navigation

Predicting quantitative traits from genome and phenome with near perfect accuracy

Figure 2a

Python code and IPython notebooks accompanying our paper.

Specifically,

  • train_and_test_sets.py - code for partitioning individuals into four sets, as shown in Figure 3a
  • BLUP.py - fitting the BLUP model
  • QTL_fitting.py - constructing and fitting the QTL model
  • LMM.py - constructing and fitting the LMM and LMM+P models
  • MTLMM.py - fitting the multi-trait LMM
  • MRF.py - fitting the mixed random forest

This notebook was used to produce the results for Figure 2. All models were fitted using Limix.

About

Code for our paper: Predicting quantitative traits from genome and phenome with near perfect accuracy

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 76.2%
  • Python 23.8%