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

PoN for somatic SNVs/indels? #126

Open
kpjonsson opened this issue Apr 6, 2019 · 3 comments · May be fixed by #893
Open

PoN for somatic SNVs/indels? #126

kpjonsson opened this issue Apr 6, 2019 · 3 comments · May be fixed by #893
Assignees
Labels
backburner probably won't address in a near future enhancement New feature or request PoN panel of normals

Comments

@kpjonsson
Copy link
Member

kpjonsson commented Apr 6, 2019

We usually filter variants against a panel of normal samples. This can be done post variant calling by genotyping detected variants in this panel and call anything at a certain threshold in a minimum number of samples. This solution will not work in this framework. I think, rather, that we do variant calling in a normal panel (we have this) to generate a static PoN VCF, similar to GATK's best practices for somatic variant calling.

@evanbiederstedt evanbiederstedt added the enhancement New feature or request label Apr 17, 2019
@evanbiederstedt
Copy link
Contributor

Arguably related to #101

@kpjonsson
Copy link
Member Author

Absent the actual panel, in the interim I'm composing a PoN for the 100 test exomes using the normal samples in the cohort by calling variants in two ways:

  • MuTect2 tumor-only mode, where the normal is the input
  • Strelka2 germline calling (underway, actually not in this one)
    Then I take unfiltered calls and aggregate in a VCF.
    The stringency of this filter is determined by two cutoffs:
  • At what read count is a variant present in the normal sample
  • ...and at what PoN count is the variant a FP.
    This is ultimately best decided when a nice and clean PoN exists.

Initial implementation in #228.

@kpjonsson kpjonsson added the backburner probably won't address in a near future label May 28, 2019
@kpjonsson
Copy link
Member Author

I've provided documentation on how to create a PoN for somatic SNVs/indels for exomes:
https://github.com/mskcc/vaporware/wiki/Panel-of-Normals.

I think this can be referred to Trinity for now. It's a CCS task to properly set up a process by which a good panel of normals can be created.

@anoronh4 anoronh4 added the PoN panel of normals label Apr 27, 2021
@anoronh4 anoronh4 linked a pull request Apr 27, 2021 that will close this issue
@anoronh4 anoronh4 linked a pull request Apr 27, 2021 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backburner probably won't address in a near future enhancement New feature or request PoN panel of normals
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants