Skip to content

Commit

Permalink
Merge pull request #6 from plantbreeding/hackathon-updates-khaled-als…
Browse files Browse the repository at this point in the history
…hamaa

contribution from Khaled
  • Loading branch information
BrapiCoordinatorSelby authored Feb 20, 2024
2 parents f12e37e + a59a757 commit 0ca6605
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,6 @@ Thumbs.db

## Text Editors
.vscode
.markdownlint.json
.markdownlint.json

external_contributions/
9 changes: 9 additions & 0 deletions content/03.success.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,15 @@ Indeed, as PHIS offers BrAPI-compliant Web Services, this greatly simplifies the
* Specific tool examples
* Alternate solutions/ why is it better with BrAPI
* future related use cases, areas to improve

Modern breeding programs can utilize data management systems to maintain both phenotypic and genotypic data. Numerous systems are available for adoption. To fully leverage the benefits of digitalization in this ecosystem, breeders need to utilize data from different sources to make efficient data-driven decisions. With increased computational power at their disposal, scientists can construct more advanced analysis pipelines by combining various data sources.

<!-- This paragraph may be redundant, look to consolidate or remove -->
To meet this demand, many breeding management systems have developed customized built-in analysis pipelines. However, these pipelines are static and may not accommodate evolving needs. As a result, API interfaces have been developed to facilitate data communication with other systems. The Breeding API (BrAPI) project specifies a standardized interface for plant phenotype/genotype databases, enabling them to share data with crop breeding applications. This promotes interoperability among plant breeding databases and allows third-party plugins to integrate with the ecosystem, delivering added value.

In the QBMS development team, we have identified a technical barrier between the breeding management systems' BrAPI interface and the scientists who create analysis scripts and pipelines. This barrier arises from the complexity of managing API backend processes, such as authentication, tokens, TCP/IP protocol, JSON format, pagination, stateless calls, asynchronous communication, database IDs, and more. To bridge this gap, we have developed the QBMS R package. This package abstracts the technical complexities, providing breeders (our end users) with stateful action verbs/functions that are familiar to them when navigating their GUI systems. This enables them to query and extract data into a standard data frame structure, consistent with their use of R language, one of the most common statistical tools in the breeding community.

Since its release on the official CRAN repository in October 2021, the QBMS R package has garnered over 7250 downloads. Several tools, such as MrBean, rely on the QBMS package as their source data adapter. Moreover, the community has started building extended solutions on top of it. QBMS can serve as a cornerstone in the breeding modernization revolution by providing access to actionable data and enabling the creation of dashboards to reduce the time between harvest and decision-making for the next breeding cycle.

### [brapi sync](https://github.com/IntegratedBreedingPlatform/brapi-sync)

Expand Down

0 comments on commit 0ca6605

Please sign in to comment.