This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Understanding SNP variant output
#CHROM  POS ID  REF ALT QUAL    FILTER  INFO    FORMAT

What does the REF and ALT refer to in extraction of variants?

alignment assembly sequencing

1 answer

In re-sequencing applications such as Whole-exome/Genome sequencing (WES/WGS), we align the sequenced contigs against a reference genome which is perceived as ground truth for the correct letter at each position. The REF represents the reference allele, and ALT represent anything else that is not a reference allele (also called alternative!). These two terms are occasionally confused with Major and Minor allele that rather have population connotation.

To familiarize yourself with the file format you are showing I recommend reading the Variant Call Format (VCF) specifications.

Log in to answer this question.