...
Expand | ||
---|---|---|
| ||
Compare the output of these three commands:
Do you notice a pattern? What's the right statistical test to determine whether non-synonymous mutations might be under different selective pressure than intergenic or synonymous mutations from this data? |
Expand | |||||||||
---|---|---|---|---|---|---|---|---|---|
| |||||||||
The final form of the command that you had was:grep "frameshift" NA12878.chrom20.GATK.vcf.exome_summary.csv | awk -F"," '{print $2"\t"$3}' | uniq -c | sort -r
Some questions for thought:
|
Other variant annotators:
...