...
Analyzing variants detected
VCF format has alternative Allele Frequency tags denoted by AF= Try the following command to see what frequency our variants exist at.
Code Block |
---|
grep AF1 SRR030257.vcf |
...
Expand | |||||||
---|---|---|---|---|---|---|---|
| |||||||
Remember from our Raw Sequencing Data tutorial yesterday that we can group certain characters together by placing them between square brackets [].
Here we added a decimal point after the 0, and then allowed for a match to any digit between 0 and 8. Thus lines that have AF1=1 would not match, nor would a line with AF1=0.9 . |
Return to GVA2020 course page.
Optional Exercises at the end of class or for Wednesday/Thursday choose your own tutorial time.
...