TNTurnerLab / HAT

HAT is a set of tools for calling de novo variants from whole-genome sequencing data.

Home Page:https://pubmed.ncbi.nlm.nih.gov/38175776/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hare And Tortoise, HAT, are two de novo variant callers developed by the Tychele N. Turner Lab at Washington University in St. Louis Medical School. Hare, as seen in Ng et al. 2022, uses the software Parabricks, v4.0.0-1, by NVIDIA, that leverages GPUs to accelerate variant calling, specifically for Haplotyecaller GATK 4.2.0 and DeepVariant v1.4.0. Tortoise uses freely available, open source versions of the these variant callers. We then use GLnexus to form family level joint-genotyped files to be run through our custom de novo variant filter.

Publications

Please check out our papers using HAT in Human Mutation and Bioinformatics.

Hare

The original code used for Ng et al. (Hare v1.0) can be found here.

The updated Hare, v1.2, workflow can be found here.. This workflow is effective for WGS and WES data only.

Tortoise

The link to Tortoise can be found here. Below you can find the comparison of the two workflows run on WGS 30x NA12878 sample from the 1000 Genomes Project and two monozygotic twins, labelled here as twin 1 and twin 2. Further details about these three samples can be found in Ng et. al. This workflow is effect for WGS, WES and PacBio data.

Acorn

If you would like to do some followup statistics on the output from HAT, you can install the R package acorn, found here. To prep the output from HAT, you can run squirrel.py found here in this repo.

Hare vs Tortoise comparisons

NA12878

NA12878

Twin 1

twin1

Twin 2

twin2

About

HAT is a set of tools for calling de novo variants from whole-genome sequencing data.

https://pubmed.ncbi.nlm.nih.gov/38175776/

License:MIT License


Languages

Language:Python 100.0%