forked from CIP-RIU/brapi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.Rmd
60 lines (41 loc) · 1.61 KB
/
README.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
---
output: github_document
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
------------------- -------------------------------------------
![Tip](warning.png) 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.
------------------------------------------------------------------------
```{r, echo = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "README-"
)
```
[![AppVeyor Build Status](https://ci.appveyor.com/api/projects/status/github/c5sire/brapi?branch=master&svg=true)](https://ci.appveyor.com/project/c5sire/brapi)
[![Travis-CI Mac Build Status](https://travis-ci.org/c5sire/brapi.svg?branch=master&label=Mac%20OSX)](https://travis-ci.org/c5sire/brapi)
# README
An R package to use the [Breeding API (BrAPI)](http://docs.brapi.apiary.io) for accessing plant breeding data.
It can be installed using:
```{r, eval=FALSE}
install.packages("devtools")
devtools::install_github("c5sire/brapi")
```
The library implements currently mainly API calls to retrievie phenotypic field trial related data.
## Implementation status
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
## How to use
See [tutorial](https://github.com/c5sire/brapi/blob/master/vignettes/tutorial.md).