-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'jlamossweeney-patch-1'
- Loading branch information
Showing
2 changed files
with
8 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
#### BIMS | ||
|
||
<!-- Sook --> | ||
[The Breeding Information Management System (BIMS)](https://wwww.breedwithbims.org) [@doi:10.1093/database/baab054] is a free, secure, online breeding management system which allows breeders to store, manage, archive, and analyze their private breeding program data. | ||
BIMS enables individual breeders to have complete control of their own breeding data along with access to tools such as data import,export, analysis, and archiving for their germplasm, phenotype, genotype, and image data. | ||
BIMS is currently implemented in five community databases, the Genome Database for Rosaceae [@doi:10.1093/nar/gky1000], CottonGEN [@doi:10.3390/plants10122805], the Citrus Genome Database, the Pulse Crop Database, and the Genome Database for Vaccinium, where it enables individual breeders to import publicly available data. | ||
BIMS is also implemented in the public database [breedwithbims.org](https://wwww.breedwithbims.org) that any crop breeder can use. | ||
The [Breeding Information Management System (BIMS)](https://wwww.breedwithbims.org) [@doi:10.1093/database/baab054] is a free, secure, online breeding management system which allows breeders to store, manage, archive, and analyze their private breeding program data. | ||
BIMS enables individual breeders to have complete control of their own breeding data along with access to tools such as data import, export, analysis, and archiving for their germplasm, phenotype, genotype, and image data. | ||
BIMS is currently implemented in five community databases, the Genome Database for Rosaceae [@doi:10.1093/nar/gky1000], CottonGEN [@doi:10.3390/plants10122805], the Citrus Genome Database, the Pulse Crop Database, and the Genome Database for Vaccinium, where it enables individual breeders to import publicly available data. | ||
BIMS is also implemented in the public database [breedwithbims.org](https://wwww.breedwithbims.org) that any crop breeder can use. | ||
|
||
BIMS primarily utilizes BrAPI to connect with Field Book [@doi:10.2135/cropsci2013.08.0579], enabling seamless data transfer between data collection and subsequent managament in BIMS. Data transfer through BrAPI between BIMS and other resources such as Breedbase [@doi:10.1093/g3journal/jkac078], GIGWA [@doi:10.1093/gigascience/giz051], and Breeder Genomics Hub is under development. | ||
BIMS primarily utilizes BrAPI to connect with Field Book [@doi:10.2135/cropsci2013.08.0579], enabling seamless data transfer between data collection and subsequent management in BIMS. Data transfer through BrAPI between BIMS and other resources such as Breedbase [@doi:10.1093/g3journal/jkac078], GIGWA [@doi:10.1093/gigascience/giz051], and Breeder Genomics Hub is under development. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,8 @@ | ||
#### G-Crunch | ||
|
||
<!-- Josh --> | ||
G-Crunch is an upcoming user-facing analysis tool that integrates genomic and phenotypic data to fulfill the need for simple, user driven analytics requests. It includes a generic user interface and the ability to swap out data sources and analysis tools. The G-Crunch team hopes to streamline repeatable, debuggable, simple analytic requests and results. | ||
[G-Crunch](https://github.com/CornellILCI/G-CrunchUI) is an upcoming user-facing tool to make simple, repeatable analysis requests. By using BrAPI calls to phenotypic and genotypic data sources, as well as an API currently implemented in [Analytics Framework](https://github.com/CornellILCI/af-pipeline) similar to the proposed [Analytics NCP](https://brapinewconceptpreview.docs.apiary.io/), the lightweight UI can be used to specify and window incoming data, select specific analysis criteria built into Analytics Framework, and trigger any analytics pipeline that's baked into the specific framework instance, such as sommer and ASREML based pipelines currently in Analytics Framework. | ||
|
||
Since each piece can be separately specified, this can allow flexibility to run 'test' analyses on small data sets with small or local analytics instances, and quickly re-point G-Crunch to a larger organizational or cloud-based Analytics Framework and/or data set, without having to worry about moving data around or introducing errors in manually triggering the analysis steps. | ||
|
||
G-Crunch, as a tool, couldn't feasibly exist without BrAPI. The support of BrAPI interfaces allows G-Crunch to use one unified request method, and adapt to the user's existing network of BrAPI-compliant tools. This lowers the barrier to entry for adoption, and makes analysis pipelines easily repeatable. |