Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 1.12 KB

README.md

File metadata and controls

32 lines (24 loc) · 1.12 KB

learnMET

learnMET (learn Multi-Environment Trials) provides an integrated pipeline for crop predictive breeding. In particular, learnMET (1) facilitate environmental characterization via the retrieval and aggregation of daily weather data; (2) allows the evaluation of various types of state-of-the-art machine learning approaches based on relevant cross-validation schemes for multi-environment trial datasets (3) enables to implement predictions for unobserved configurations of genotypic and environmental predictors that the user wants to test in silico.
In the Reference section, the different functions implemented in the package are listed. Only the so called main functions have to be run by the user in a typical workflow.

Installation

Install the development version from GitHub with:

devtools::install_github("cjubin/learnMET")

# To build the HTML vignette use
devtools::install_github("cjubin/learnMET", build_vignettes = TRUE)