Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

VCF format has Allele Frequency tags denoted by AF1. Try the following command to see what value values we have in our files.

Code Block
cat input.vcf | grep AF1

...