This is a test version of Biostars. For the public version, visit https://www.biostars.org.
VCF mining & interpretation tools (hg38 build)

i need recommendation for VCF mining & interpretation tools (hg38 build) like gemini but with hg38 support Kindly list any tools used in variant disease association and variant phenotype association or any tools of VCF statistics and analysis.

Regards elsayed

vcf annotation snp clinvar mining

2 answers

Plink - https://www.cog-genomics.org/plink/1.9/

Hail - https://github.com/hail-is/hail

Hail seems great but i need standalone tool not based on Apache Spark any other recommendations ?

To be clear, Hail doesn't require a cluster. And you can install it locally with Python 3 and pip install hail.

Another option would be to use a tool like liftover to convert the VCF coordinates to hg19 coordinates and then using Gemini. Changing Genome Coordinates For Vcf

Log in to answer this question.