Skip to content

How to use VariantRecalibrator ? #9262

@zznx

Description

@zznx

Hi, it took me a long time. If I could get some help, I would be extremely grateful.
What should I do to improve the outcome?

cohort.snps.tranches.pdf

CollectHsMetrics.txt

gatk VariantRecalibrator \
   -R /mnt/BioData/zhangjianxi/DataBases/WES/ref/Homo_sapiens_assembly38.fasta \
   -V gathered_cohort.vcf.gz \
   --resource:hapmap,known=false,training=true,truth=true,prior=15.0 /mnt/BioData/zhangjianxi/DataBases/WES/hapmap_3.3.hg38.vcf.gz \
   --resource:omni,known=false,training=true,truth=false,prior=12.0 /mnt/BioData/zhangjianxi/DataBases/WES/1000G_omni2.5.hg38.vcf.gz \
   --resource:1000G,known=false,training=true,truth=false,prior=10.0 /mnt/BioData/zhangjianxi/DataBases/WES/hg38_v0_1000G_phase1.snps.high_confidence.hg38.vcf.gz \
   --resource:dbsnp,known=true,training=false,truth=false,prior=2.0 /mnt/BioData/zhangjianxi/DataBases/WES/Homo_sapiens_assembly38.dbsnp138.vcf.gz \
   -an QD -an MQ -an MQRankSum -an ReadPosRankSum -an FS -an SOR \
   -mode SNP \
   -O cohort.snps.recal \
   --tranches-file cohort.snps.tranches \
   --rscript-file cohort.snps.plots.R \
   -L /mnt/BioData/zhangjianxi/DataBases/WES/list.interval_list 2> VariantRecalibrator.log &

Best,
jianxi zhang

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions