This module provides support and visualization of genotypic data stored in a modified GMOD Chado schema. The 3.x branch of this module represents a shift towards support for large scale genotypic datasets through backwards compatible improvements to the Chado schema including a new gathering table for genotypes (genotype_call) modelled after the chado phenotype table, optimized queries and well-choosen indexes. For benchmarking demonstrating the efficiency of this module, see our documentation.

Dependencies

  1. Tripal 3.x (Installation Instructions)
  2. PostgreSQL 9.3 (9.4+ recommended; tested with 11.3)
  3. Tripal D3.js & Drupal Libraries API
  4. Tripal Download API

Installation

This module is installed by cloning it and it's dependencies in [your drupal site]/sites/all/modules and enabling it through the Drupal Administrative UI. Specifically, once you have a working Tripal environment:

drush pm-download libraries
drush pm-enable libraries -y
cd [drupal root]/sites/all/modules
git clone https://github.com/tripal/tripald3
git clone https://github.com/tripal/trpdownload_api
cd [drupal root]/sites/all/libraries
mkdir d3 && cd d3
wget https://github.com/d3/d3/releases/download/v3.5.17/d3.zip
unzip d3.zip
drush pm-enable trpdownload_api tripald3 -y
cd [drupal root]/sites/all/modules
git clone https://github.com/UofS-Pulse-Binfo/nd_genotypes.git
drush en nd_genotypes -y

Features

  • Extensive configuration allowing for flexiblity in ontology terms used, as well as, colours and wording used in visualizations.
  • Multiple Tripal 3 Fields which provide flexible, configurable summaries of genotypic data.
  • Genotype Matrix search allowing users to extract genotypes for a user-defined set of germplasm.
  • Integration of all fields with Tripal 3 web services allowing you to share your genotypic data with other groups.

See Demonstration for how to demonstrate these features on your test site with simulated data.

Documentation

Please visit our online documentation to learn more about installation, usage and features.

Project information

Releases