MoisesExpositoAlonso / easyPheno

easyPheno: a model agnostic phenotype prediction framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

easyPheno: A state-of-the-art and easy-to-use Python framework for plant phenotype prediction

Python 3.8

easyPheno is a Python framework that enables the rigorous training, comparison and analysis of phenotype predictions for a variety of different models. easyPheno includes multiple state-of-the-art prediction models. Besides common genomic selection approaches, such as best linear unbiased prediction (BLUP) and models from the Bayesian alphabet, our framework includes several machine learning methods. These range from classical models, such as regularized linear regression over ensemble learners, e.g. XGBoost, to deep learning-based architectures, such as Convolutional Neural Networks (CNN). To enable automatic hyperparameter optimization, we leverage state-of-the-art and efficient Bayesian optimization techniques. In addition, our framework is designed to allow an easy and straightforward integration of further prediction models.

For more information, installation guides, tutorials and much more, see our documentation: https://easypheno.readthedocs.io/

easyPheno and its documentation is currently under construction. The pip-package is not yet available, but feel free to already test the Docker workflow as described in our documentation: https://easypheno.readthedocs.io/en/latest/tutorials.html#howto-run-easypheno-using-docker

Contributors

This pipeline is developed and maintained by members of the Bioinformatics lab lead by Prof. Dr. Dominik Grimm:

Citation

A manuscript for publishing easyPheno as a scientific paper is currently under preparation.

About

easyPheno: a model agnostic phenotype prediction framework

License:MIT License


Languages

Language:Python 99.9%Language:Dockerfile 0.1%