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.
Added information to the genetic maps section
- Loading branch information
1 parent
69612cf
commit e2f1136
Showing
10 changed files
with
65 additions
and
2 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,17 @@ | ||
--- | ||
title: Genetic Maps | ||
tags: | ||
- genetic map | ||
description: This is documentation pertaining to curation and management of genetic map and QTL data within TripalCultivate. | ||
--- | ||
# Genetic Maps | ||
A genetic map is produced to localize various desirable traits to a region of the genome. Quantitative trait loci (QTL) are identified by looking for statistical significance between a specific trait (phenotypic data) and genotypic data. The purpose of this module is to facilitate import of both genetic maps and QTLs into the Chado database, with the end goal of allowing users to visualize the linkage groups of a genetic map and to compare maps that share the same markers using the Tripal Map tool. | ||
|
||
## [MSTMap Importer](genetic-maps/mstmap-importer) | ||
This importer will load genetic maps which follow the same format output by the [MSTMap software](http://alumni.cs.ucr.edu/~yonghui/mstmap.html). Since the output from MSTMap is very simple and straightforward, it is also easy to convert formats output from different mapping software into the format needed by this importer. The importer also makes it easy to associate any metadata regarding a map, such as information regarding the population used and the methodology. | ||
|
||
## [QTL Importer](genetic-maps/qtl-importer) | ||
This importer will load quantitative trait loci (QTL) and associate them with a pre-existing map and phenotypic trait. Due to a lack of standards set by the biological community, this importer takes a customaized format as input, which aims to capture as much information as possible. This includes the peak marker, position and LOD score, any phenotypic variance explained by the QTL, and confidence intervals if applicable. | ||
|
||
## [Data Storage Model](genetic-maps/data-storage-model) | ||
This section focusses on how genetic map data are stored at the database level. Data curators may find this information helpful when checking what connections between data are being made or if already imported data need to be modified in the database. |
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,9 @@ | ||
--- | ||
title: Data Storage Model | ||
tags: | ||
- genetic map | ||
- QTL | ||
- data storage | ||
- importers | ||
description: This is documentation pertaining to how genetic map data and QTLs are stored in the Chado database. | ||
--- |
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,8 @@ | ||
--- | ||
title: MSTmap Importer | ||
tags: | ||
- genetic map | ||
- genetic marker | ||
- importers | ||
description: This is documentation pertaining to the import of genetic maps in the format that is output by MSTmap software. | ||
--- |
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,8 @@ | ||
--- | ||
title: QTL Importer | ||
tags: | ||
- genetic map | ||
- QTL | ||
- importers | ||
description: This is documentation pertaining to the import of quantitative trait loci (QTL). | ||
--- |
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,8 @@ | ||
--- | ||
title: Data Storage Model | ||
tags: | ||
- genotype | ||
- data storage | ||
- importers | ||
description: This is documentation pertaining to how genotypic data are stored in the Chado database. | ||
--- |
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
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