GATK的主要功能其实就是识别变异位点,其他功能都是锦上添花。所以这一次学习GATK寻找变异位点的工具。
在GATK的文档中,与变异位点识别相关的有9个工具,分别是:
Name | Summary |
---|---|
ApplyRecalibration | Apply a score cutoff to filter variants based on a recalibration table |
CalculateGenotypePosteriors | Calculate genotype posterior likelihoods given panel data |
GATKPaperGenotyper | Simple Bayesian genotyper used in the original GATK paper |
GenotypeGVCFs | Perform joint genotyping on gVCF files produced by HaplotypeCaller |
HaplotypeCaller | Call germline SNPs and indels via local re-assembly of haplotypes |
MuTect2 | Call somatic SNPs and indels via local re-assembly of haplotypes |
R |