Filter Calls
Step 2 -- filtering
The second step takes all the genotypes generated from the first step and organized into a patient level variants table with VAFs and call status for each variant of each sample.
Each call is subjected to:
Read depth filter (hotspot vs non-hotspot)
Systematic artifact filter
Germline filters
If any normal exist -- (buffy coat and DMP normal) 2:1 rule
If not -- exac freq < 0.01% and VAF < 30%
CH tag
Usage
Default
What filter_calls.R
does
filter_calls.R
doesCall status annotation
Calls with zero coverage in plasma sample also annotated as 'Not Covered'
Final processing
Write out table
Example of the patient level table:
Hugo_Symbol
Start_position
Variant_Classification
Other variant descriptions
...
C-xxxxxx-L001-d___duplex.called
C-xxxxxx-L001-d___duplex.total
C-xxxxxx-L002-d___duplex.called
C-xxxxxx-L001-d___duplex.total
C-xxxxxx-N001-d___unfilterednormal
P-xxxxxxx-T01-IM6___DMP_Tumor
P-xxxxxxx-T01-IM6___DMP_Normal
KRAS
xxxxxx
Missense Mutation
...
...
Called
15/1500(0.01)
Not Called
0/1800(0)
0/200(0)
200/800(0.25)
1/700(0.001)
Last updated
Was this helpful?