generated from vsoch/docsy-jekyll
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed some links on germplasm-data and added Data Storage Model page
- Loading branch information
1 parent
21e0e5a
commit 993917f
Showing
2 changed files
with
30 additions
and
3 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
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 |
---|---|---|
@@ -0,0 +1,25 @@ | ||
--- | ||
title: Data Storage Model | ||
tags: | ||
- germplasm | ||
- importers | ||
description: This is documentation pertaining to how germplasm data is stored in the Chado database. | ||
--- | ||
|
||
## Data Storage Model for Germplasm | ||
|
||
### Germplasm Accessions | ||
Germplasm accessions and their corresponding metadata are stored in the following chado tables: `stock`, `stockprop`, `stock_relationship`, `db`, `dbxref`, `synonym` and `stock_synonym`: | ||
|
||
- The organism of one accession is determined by the genus, species and subtaxa (optional) | ||
- Germplasm accessions are loaded into the table `stock`, | ||
- The external database (eg: genebank) is stored in `dbxref` and `db` | ||
- Properties are loaded into the table `stockprop` | ||
- Synonyms are loaded into the tables `synonym`, `stock_synonym` and `stock_relationship` | ||
|
||
### Germplasm Crosses | ||
Germplasm crosses and their corresponding metadata are stored in the following chado tables: `stock`, `stockprop`, and `stock_relationship`: | ||
|
||
- Germplasm crosses are loaded into the table `stock` | ||
- Properties for each germplasm are loaded into table `stockprop` | ||
- The relationship between germplasm and its parents is loaded into the table `stock_relationship` |