Difference between revisions of "Genotyping Database"

From Poland Lab Wiki
Jump to: navigation, search
Line 15: Line 15:
 
* The plant table stores information about the plant that the tissue was extracted from.
 
* The plant table stores information about the plant that the tissue was extracted from.
  
The figure below illustrates the table definitions and the key relationships used to formulate queries related to genomic analysis.
+
The figure below illustrates the table definitions and the key relationships used to formulate queries related to genomic analysis:
  
[[File:gbs_tables.png]]
+
 
 +
[[File:Gbs.png]]

Revision as of 15:16, 11 May 2016

The genotyping database stores information related to DNA libraries. The core set of tables related to genotyping are:

  • The gbs table stores information about DNA libraries, DNA sequencing orders and DNA Sequence files.
  • The dna table stores information about DNA plates and the samples contained in each well on a plate.
  • The dnaQuant table stores DNA quantification values fluorescence values for each well on a plate.
  • The barcodes table stores information about the barcode sequences used for each plexing scheme for each well on a plate.

In addition to the core tables, the following tables provide details on the tissue and plant DNA sources:

  • The tissue table stores information about the tissue used to prepare a DNA sample.
  • The plant table stores information about the plant that the tissue was extracted from.

The figure below illustrates the table definitions and the key relationships used to formulate queries related to genomic analysis:


Gbs.png