This package is under development. It has not yet been exhaustively tested for all calls neither. Usage may also still change. If you have suggestions please use the issue tracker. |
An R package to use the Breeding API (BrAPI) for accessing plant breeding data.
It can be installed using:
install.packages("devtools")
devtools::install_github("c5sire/brapi")
The library implements currently mainly API calls to retrievie phenotypic field trial related data.
API call | status |
---|---|
location | done |
germplasm search | in progress |
germplasm details | in progress |
germplasm MCPD | in progress |
germplasm pedigree | in progress |
germplasm markerprofiles | in progress |
program list | done |
study list | done |
study | done |
study details | done |
study layout | done |
studies table | done |
See tutorial.