https://github.com/biometris/statgenhtp
See https://biometris.github.io/statgenHTP for a full description
https://github.com/biometris/statgenhtp
cran genetics high-troughput-phenotyping r-package
Last synced: 3 months ago
JSON representation
See https://biometris.github.io/statgenHTP for a full description
- Host: GitHub
- URL: https://github.com/biometris/statgenhtp
- Owner: Biometris
- Created: 2021-03-01T07:56:41.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2025-07-03T12:54:54.000Z (10 months ago)
- Last Synced: 2025-12-09T01:45:25.955Z (5 months ago)
- Topics: cran, genetics, high-troughput-phenotyping, r-package
- Language: R
- Homepage: https://biometris.github.io/statgenHTP
- Size: 124 MB
- Stars: 7
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.Rmd
- Changelog: NEWS.md
Awesome Lists containing this project
README
---
output: github_document
---
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
# statgenHTP
[](https://www.r-pkg.org/pkg/statgenHTP)
[](https://www.r-pkg.org/pkg/statgenHTP)
[](https://github.com/Biometris/statgenHTP/actions?workflow=R-CMD-check)
[](https://app.codecov.io/gh/Biometris/statgenHTP)
**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 [EPPN^2020^ project](https://cordis.europa.eu/project/id/731013) to meet the needs for automated analyses of HTP data.
## Installation
* Install from CRAN:
```{r, eval = FALSE}
install.packages("statgenHTP")
```
* Install latest development version from GitHub (requires [remotes](https://github.com/r-lib/remotes) package):
```{r, eval = FALSE}
remotes::install_github("Biometris/statgenHTP", ref = "develop", dependencies = TRUE)
```