Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Detecting somatic SNPs with VAF=1 #71

Open
Swap90 opened this issue Nov 14, 2024 · 2 comments
Open

Detecting somatic SNPs with VAF=1 #71

Swap90 opened this issue Nov 14, 2024 · 2 comments

Comments

@Swap90
Copy link

Swap90 commented Nov 14, 2024

Hi,

I noticed that the pipeline detects some somatic mutations with VAF = 1 in a specific cell type. Such mutations may be an example of cell-type-specific clonal expansion which may not be true somatic mutations (as per my understanding). Could you please advise on such situation and if the pipeline detects somatic mutations specific to cell type regardless of the VAF cutoff?

Following is an example of one of such mutations.

#CHROM Start End REF ALT FILTER Cell_types Up_context Down_context N_ALT Dp Nc Bc Cc VAF CCF BCp CCp Cell_types_min_BC Cell_types_min_CC Rest_BC Rest_CC Fisher_p Cell_type_Filter INFO OPC EN Oligo Micro IN Astro
chr5 37610130 37610130 G A PASS Astro GCGTG TGGCA 1 5 5 5 5 1.0 1.0 0.0 0.0 2 2 0;10;1 0;10;1 . PASS DP|NC|CC|BC|BQ|BCf|BCr NA NA 10|10|0:0:0:10:0:0|0:0:0:10:0:0|0:0:0:370:0:0|0:0:0:10:0:0|0:0:0:0:0:0 NA NA 5|5|5:0:0:0:0:0|5:0:0:0:0:0|185:0:0:0:0:0|5:0:0:0:0:0|0:0:0:0:0:0

@ArthurDondi
Copy link
Contributor

Hi, SComatic doesn't directly have a VAF filter. It does filter mutations based on a beta-binomial test, but this test just checks if the number of mutated reads observed at the positions could be due to chance. A VAF of 1 is not a rare occurence in cancer, for example when there is an allele deletion and the remaining allele is mutated, so I would not recommend filtering them out.

@Swap90
Copy link
Author

Swap90 commented Nov 19, 2024

Thank you for the explanation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants