Coder Social home page Coder Social logo

y10k-prediction's Introduction

Predicting quantitative traits from genome and phenome with near perfect accuracy

Figure 2a

Python code and IPython notebooks accompanying our paper.biorxiv ncomms

How to use

.
├── figures
│   └── figure2a.png
├── input_data
│   └── y10k_hybrids_Yield.hdf5
├── notebooks
│   ├── results1.ipynb
│   ├── results2ab.ipynb
│   ├── results2c.ipynb
│   ├── results2d.ipynb
│   ├── results2e.ipynb
│   └── results2f.ipynb
├── output
│   └── README.md
├── README.md
├── REQUIREMENT.txt
└── y10k_prediction_methods
    ├── BLUP.py
    ├── data_import.py
    ├── dependence.py
    ├── helper_functions.py
    ├── __init__.py
    ├── LMM.py
    ├── midparent.py
    ├── MRF.py
    ├── MTLMM.py
    ├── QTL_fitting.py
    └── train_and_test_sets.py

wrapped script for different prediction methods

  • 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

jupyter notebooks

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

y10k-prediction's People

Contributors

kasparmartens avatar y9c avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.