![]() |
variant allele fraction
hi:
What are "variant allele fraction" when talking about somatic mutations? |
Quote:
For instance, if all cells contains the same heterogeneous mutation (e.g., 100% tumor cell purity if you're looking at tumor cells), the variant allele fraction would be 50% (half-half from each chromosome). |
Quote:
|
This is an example of an output in my somatic calling pipeline:
Code:
N(A), N(C), N(G), and N(T) stand for the number of calls for A, C, G, and T in the normal sample. T(A), T(C), T(G), and T(T) stand for the number of calls for A, C, G, and T in the tumor sample. So for the normal sample, there are 83 sequences where the base is called C, and 0 for everything else. So it's pretty clear that in the reference and the normal sample, the base is C. However, in the tumor sample, there are 37 calls for C (reference) and 12 calls for G (variant), so the variant frequency is 12/(12+37) = 0.245. Notice the variant is labeled G35C. That's because the coding strand is the minus strand, where the DNA reads use the plus strand. Anyway, how do you interpret 24.5%? Well, if I assume that 1) the KRAS mutation is present in all tumor cells (just use this assumption as an example), and 2) KRAS mutation is a heterozygous mutation, then The tumor sample must contain 1/2 non-tumor cells, because those cells give me half of the reference reads. Out of the remaining 1/2 are tumor cells, half of those chromosomes give me reference reads, and the other 1/2 chromosomes give me mutant reads. |
Awesome, thanks!
|
@lethalfang
`Would you like to share the pipeline for finding somatic mutations. I have 2 samples, one low and one high grade tumor and its normal. I want to detect the point somatic mutations. I have already employed GATK, VarScan and Mutect, but I have some descrepancy when am looking at my Low grade tumor since it is 50% pure. So I would like to try something more and have a read statistics like you have shown to validate the hits. If its ok for you |
Quote:
I just had a script to get those information out of the Strelka output vcf file. I had all those Strelka out directories in a single location, and ran this script to "summarize" all mutation calls from all the samples: http://kimlab.surgery.ucsf.edu/media...a_findings.txt It also calls annovar, which has a hard-coded path within the script. |
Just wondering: The T(A) isn't counted because the frequency is just for T(G) variants?
|
Quote:
|
Quote:
So the tumor's variant allele frequency does not care what's in the normal tissue, and vice versa. That way, you can monitor the change in variant allele frequency between the tumor and the normal. |
Thank you very much for the reply. That makes sense.
|
All times are GMT -8. The time now is 04:47 AM. |
Powered by vBulletin® Version 3.8.9
Copyright ©2000 - 2021, vBulletin Solutions, Inc.