Skip to contents

statgenHTP is developed as an easy-to-use package for analyzing data coming from high throughput phenotyping (HTP) platform experiments. The package provides many options for plotting and exporting the results of the analyses. It was developed within the EPPN2020 project to meet the needs for automated analyses of HTP data.

Installation

  • Install from CRAN:
install.packages("statgenHTP")
  • Install latest development version from GitHub (requires remotes package):
remotes::install_github("Biometris/statgenHTP", ref = "develop", dependencies = TRUE)