Tag: popmax
subpopulations available in MafH5.gnomAD.v3.1.1.GRCh38
subpopulations available in MafH5.gnomAD.v3.1.1.GRCh38 1 @b14a6f0d Last seen 16 hours ago United States Are subpopulation MAFs available for gnomADv.3.1.1 with any package, like they are in MafDb.gnomAD.r2.1.hs37d5? I’m trying to use Genomic Scores to obtain all variants in a genomic range with MAF in any subpopulation >= cutoff. I tried…
gnomAD v3 link not working for download
gnomAD v3 link not working for download 1 your URL is wrong. $ wget -q -O – “https://storage.googleapis.com/gcp-public-data–gnomad/release/3.1.1/vcf/genomes/gnomad.genomes.v3.1.1.sites.chr1.vcf.bgz” | gunzip -c | head ##fileformat=VCFv4.2 ##hailversion=0.2.64-1ef70187dc78 ##FILTER=<ID=AC0,Description=”Allele count is zero after filtering out low-confidence genotypes (GQ < 20; DP < 10; and AB < 0.2 for het calls)”> ##FILTER=<ID=AS_VQSR,Description=”Failed VQSR filtering…
How to calculate popmax values for gnomAD variants?
How to calculate popmax values for gnomAD variants? 0 I’m trying to use the gnomAD data to build a noise filter. We want to filter variants from our .vcf’s that have a popmax value greater than a certain threshold, but I’m having trouble figuring out how to calculate popmax. We’ve…