| Literature DB >> 21159202 |
Julie As Powell1, Jeremy Allen, Nathan B Sutter.
Abstract
Research laboratories studying the genetics of companion animals have no database tools specifically designed to aid in the management of the many kinds of data that are generated, stored and analyzed. We have developed a relational database, "DOG-SPOT," to provide such a tool. Implemented in MS-Access, the database is easy to extend or customize to suit a lab's particular needs. With DOG-SPOT a lab can manage data relating to dogs, breeds, samples, biomaterials, phenotypes, owners, communications, amplicons, sequences, markers, genotypes and personnel. Such an integrated data structure helps ensure high quality data entry and makes it easy to track physical stocks of biomaterials and oligonucleotides.Entities:
Year: 2010 PMID: 21159202 PMCID: PMC3009958 DOI: 10.1186/1751-0473-5-10
Source DB: PubMed Journal: Source Code Biol Med ISSN: 1751-0473
Tables, fields, and primary and foreign keys in DOG-SPOT.
| Table | Field | Primary/Foreign Key [Table] |
|---|---|---|
| id | ||
| member_id | Member | |
| date | ||
| time_in | ||
| time_out | ||
| activity | ||
| id | ||
| F_seq | ||
| R_seq | ||
| F_Tm | ||
| R_Tm | ||
| designed_by | Member | |
| date_ordered | ||
| chr_cf2 | ||
| start_cf2 | ||
| end_cf2 | ||
| gene | Gene | |
| purpose | ||
| optimization_exp | ||
| optimized_by | Member | |
| PCR_good | ||
| PCR_annealing_temp | ||
| PCR_band | ||
| seq_result | ||
| notes | ||
| breed | ||
| specialist | Member | |
| kennel_club | Kennel_Club | |
| notes | ||
| written_standard | ||
| collection_status | ||
| id | ||
| Owner_id | Owner | |
| action | ||
| action_date | ||
| do_next | ||
| by_date | ||
| lab_contact | Member | |
| completed | ||
| id | ||
| breed | Breed | |
| sex | ||
| owner | Owner | |
| registered_name | ||
| registration_number | ||
| call_name | ||
| date_of_birth | ||
| sire_id | Dog | |
| dam_id | Dog | |
| notes | ||
| date_of_trait_measures | ||
| weight | ||
| coat_color_pattern | ||
| skin_color | ||
| diagnosis | ||
| height_withers | ||
| id | ||
| date | ||
| assay_type | ||
| completed_by | Member | |
| quality_score | ||
| notes | ||
| abbreviation | ||
| name | ||
| description | ||
| chr_cf2 | ||
| start_cf2 | ||
| end_cf2 | ||
| id | ||
| sample_id | Sample | |
| experiment_id | Experiment | |
| genotype | ||
| marker_id | Marker | |
| abbreviation | ||
| name | ||
| country | ||
| url | ||
| note | ||
| id | ||
| chr_cf2 | ||
| start_cf2 | ||
| end_cf2 | ||
| allele1 | ||
| allele2 | ||
| left_flank | ||
| right_flank | ||
| marker_type | ||
| notes | ||
| netid | ||
| first_name | ||
| last_name | ||
| active | ||
| description | ||
| id | ||
| breed_affiliation | Breed | |
| first_name | ||
| last_name | ||
| home_phone | ||
| street_address | ||
| city | ||
| state | ||
| zipcode | ||
| country | ||
| lab_contact | Member | |
| kennel_name | ||
| URL | ||
| date_entered | ||
| work_phone | ||
| cell_phone | ||
| fax | ||
| notes | ||
| is_contact_allowed | ||
| referred_by | Owner | |
| generate_label | ||
| date_of_last_mailing | ||
| number_kits_mailed | ||
| number_kits_transferred | ||
| sid | ||
| dog_id | Dog | |
| date_received | ||
| biomaterial_received | ||
| received_by | Member | |
| process_type | ||
| date_processed | ||
| processed_by | Member | |
| post_process_vol_ul | ||
| post_process_conc | ||
| post_process_OD | ||
| post_process_biomat | ||
| notes | ||
| source_id | Sample | |
| id | ||
| name | ||
| amplicon_id | Amplicon | |
| sample_id | Sample | |
| experiment_id | Experiment | |
| sequencing_primer | ||
| quality_ok | ||
| notes | ||
Figure 1Screen shot of the owner form. Owner information is entered and displayed here, including a log of communications between the lab and the owner. The owner's sampled dogs are also listed. Shipment of collection kits is tracked as well, and this owner can be marked for inclusion in the next batch of printed mailing labels.
Figure 2Screen shot of the UC Santa Cruz genome browser showing uploaded DOG-SPOT amplicon and marker data. The user runs a macro in DOG-SPOT that queries tables to generate text files of: all amplicon records (shown in gray), amplicon records for which sequence has been attempted but is poor quality or incomplete (orange), amplicon records with sufficient high quality sequence data (green) and discovered markers (purple). The user runs the make_bed.pl perl script in a folder with these four text files to generate the BED formatted file "bed.txt" that can then be uploaded to the genome browser. This visual overlay with UCSC tracks enables convenient assessment of candidate gene sequence coverage, completeness and the positioning of markers relative to genes.