Wiki

Clone wiki

PracticalHaplotypeGraph / Home

PHGlogo.png

The Practical Haplotype Graph (PHG)

With improved sequencing technology, sequencing costs are decreasing rapidly. But bioinformatics challenges for processing data and inferring genotypes have increased. To address this, we have developed a general, graph-based, computational framework called the Practical Haplotype Graph (PHG), that can be used with a variety of skim sequencing methods to infer high-density genotypes directly from low-coverage sequence. The idea behind the PHG is that in a given breeding program, all parental genotypes can be sequenced at high coverage, and loaded as parental haplotypes in a relational database. Progeny can then be sequenced at low coverage and used to infer which parental haplotypes/genotypes from the database are most likely present in a given progeny individual.

The PHG is a trellis graph-based representation of genic and intergenic regions (called reference ranges) which represent diversity across and between taxa. It can be used to: create custom genomes for alignment, call rare alleles, impute genotypes, and efficiently store genomic data from many lines (i.e. reference, assemblies, and other lines). Skim sequences generated for a given taxon are aligned to the graph to identify the haplotype node at a given anchor. All the anchors for a given taxon are processed through a Hidden Markov Model (HMM) to identify the most likely path through the graph. Path information is used to identify variants (SNPs). Low cost sequencing technologies, coupled with the PHG, facilitate the genotyping of large number of samples to increase the size of training populations for genomic selection models. This can in turn increase predictive accuracy and selection intensity in a breeding program.

A more detailed introduction can be seen in Peter Bradbury's PHG presentation slides from the 2018 Plant and Animal Genome conference (PAG).

[!WARNING] The MAFToGVCFPlugin currently available with the PHG only supports MAF files created from anchorwave version 1.2.2 or earlier. Later versions of the anchorwave aligner include changes to reverse strand processing that have not yet been incorporated into the PHG software. Please bear this in mind when using the MAFToGVCFPlugin from PHG or you may have erroneous results.

Pipline versions

PHG version 1.0 and beyond (variants stored in external GVCF files)

PHG Versions 1.0 and later store haplotype variant information in external GVCF files. These files need to be bgzipped and tabix'd and then stored to a central location that is accessible for download when necessary for PHG graph processing. The location of these files is stored in the PHG database table "genome_file_data" when the haplotypes they reference are loaded to the PHG database. This method of variant storage/retrieval allows for the data to be stored in a standard format available for procesing with other bioinformatics applications.

For instructions on using a database based on the latest PHG version please click here

PHG versions 0.0.40 and below (variants stored in database tables )

The original versions of the PHG software stored variant information in database tables. While it was convenient to have all the data in a single place, these tables became very large and adversely affected database performance. As the number of variants increases, the processing time involving these variants also increases, often to levels where the program appears hung.

The PHG software has since been re-written and starting with PHG version 1.0, variant data is now stored external to the database in GVCF formatted files. These files are bgzipped and have an accompanying tabix'd file. The GVCF files are named <myname>.gvcf.gz and the tabix'd files are named <myname>.gvcf.gz.tbi. It is the responsibility of the user to arrange for these files to be stored to an accessible, central location from which they can be downloaded when necessary for PHG graph processing.

While the PHG software uses liquibase migration tools to migrate basic database changes from one PHG version to another, it is not available to upgrade from a PHG version 0.0.40 or below to PHG version 1.0 or above. The changes between these 2 versions are too great for liquibase to be viable.

If you have an existing PHG database created with version 0.0.40 or earlier you can continue to process using your existing PHG docker image. Alternatively, you may rebuild your database using the new software.

For instructions on using a database based on the older PHG version please click here

Asking questions

Please use Biostars to ask for help. Instructions for using Biostars are here

Reporting bugs

The PHG is under active development. If you find a bug, please submit a pull request so that we can address it.

Other ways to use the PHG

The rPHG package allows users to explore PHG databases in R.

The rTASSEL package allows users to run TASSEL through R.

PHG Papers

Jensen et al. 2020: A sorghum practical haplotype graph facilitates genome‐wide imputation and cost‐effective genomic prediction

Wheat PHG Hackathon (February 24-28, 2020): Cornell University - Ithaca

Presentations

Wheat CAP PHG workshop (July 8-12, 2019): Cornell University - Ithaca

Agenda

Presentations

PHG Workshop (August 17-18, 2018): IRRI - Philippines

Agenda

Presentations

PHG Workshop (June 4-8, 2018): Cornell University - Ithaca

Agenda

Presentations

PHG @ PAG (January 13-17, 2018): Plant and Animal Genome XXVI Conference - San Diego

2018 PAG poster

PHG presentation slides

Updated