Skip to content

Commit

Permalink
contributions from Lynn J and Shawn Y
Browse files Browse the repository at this point in the history
  • Loading branch information
BrapiCoordinatorSelby committed Feb 23, 2024
1 parent ebf66ec commit 172704c
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 4 deletions.
19 changes: 17 additions & 2 deletions content/03.02.data-management.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,23 @@ Indeed, as PHIS offers BrAPI-compliant Web Services, this greatly simplifies the

#### DeltaBreed

<!-- Peter S: Stub paragraph to stimulate the writing process. Please edit, rewrite, or delete as needed. -->
DeltaBreed is tool built almost entirely based on the BrAPI standard.
<!-- Shawn Y.-->
DeltaBreed is an open-source data management system designed and developed by Breeding Insight to support USDA-ARS specialty crop and animal breeders. DeltaBreed is a unified system for managing breeding data that connects a variety of BrAPI applications (see list below). BrAPI integration allows the complexity underlying interoperability to be hidden, shielding users from multifactorial differences between diverse applications. DeltaBreed, adhering to the BrAPI model, establishes data standards and validations for users and provides a singular framework for data management and user training.

DeltaBreed users need not be aware of BrAPI or the specifics of underlying applications but will notice that BrAPI interoperability reduces the need for human-mediated file transfers and data manipulation. Field Book users, for example, can connect to their DeltaBreed program, authenticate, and pull studies and traits directly from DeltaBreed to Field Book on their data collection device. The subsequent step of pushing observations from Field Book to DeltaBreed is straightforward via BrAPI, but will not be implemented until repeated observation handling workflows are established to differentiate and validate repeated observations, such as accidental repeats, overwrite requests, time-series observations, and repeated sub-entity measures. Users can expect DeltaBreed observation handling to become more seamless with future development.

**DeltaBreed Connected Applications**
<< Submission is expected April 2024. We may need to trim this aspirational list down to reality in final edits.>>

+ BIMS <https://www.breedwithbims.org/>
+ BrAPI Java Server <https://test-server.brapi.org/brapi/v2/>
+ BrAPI Sync <https://github.com/IntegratedBreedingPlatform/brapi-sync>
+ BreedBase <https://breedbase.org/>
+ Diversity Arrays Technologies (DArT) genotyping services
+ Field Book <https://play.google.com/store/apps/details?id=com.fieldbook.tracker>
+ Gigwa <https://gigwa.southgreen.fr/gigwa/>
+ Mr Bean <https://github.com/AparicioJohan/MrBeanApp>
+ Pedigree Viewer <https://github.com/solgenomics/BrAPI-Pedigree-Viewer>

#### BMS

Expand Down
6 changes: 4 additions & 2 deletions content/03.06.samples-and-genotypes.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,7 @@ GIGWA is an efficient storage system for genotype variant data. GIGWA uses BrAPI

#### PHG

<!-- Peter S: Stub paragraph to stimulate the writing process. Please edit, rewrite, or delete as needed. -->
The Practical Haplotype Graph (PHG) project allows the review and analysis of genotype data in a different format. The data stored in the PHG system is accessible through BrAPI, making it compatible with older existing analysis pipelines.
<!-- Lynn J. -->
The Practical Haplotype Graph (PHG) is a graph-based computational framework that represents large-scale genetic variation and is optimized for plant breeding and genetics. Using a pangenome approach, each PHG stores haplotypes (the sequence of part of an individual chromosome) to represent the collected genes of a species. This allows for a simplified approach for dealing with large scale variation in plant genomes. The PHG pipeline provides support for a range of genomic analyses and allows for the use of graph data to impute complete genomes from low density sequence or variant data.

Users access the crop databases either with direct calls to the PHG embedded server or indirectly using the rPHG library from an R environment. The PHG server accepts BrAPI endpoint queries to return information on sample lists and the variants used to define the graph's haplotypes. In addition, PHG users utilize the BrAPI variantsets endpoint query to return links to VCF files containing haplotype data. Work on the PHG is ongoing. We expect to support additional BrAPI endpoints that allow for slicing genotypic data based on samples and regions.

0 comments on commit 172704c

Please sign in to comment.