
David Benjamin
- Total activity 400
- Last activity
- Member since
- Following 0 users
- Followed by 1 user
- Votes 2
- Subscriptions 140
Comments
Recent activity by David Benjamin Sort by recent activity-
ElenaGrassi I am trying to reproduce the error and it looks like it might already be fixed in the most recent version of the GATK. The 6 pairs you found were all PASS. Could you re-run with versi...
-
TA The PON blacklists sites. Any variant allele at a PON site is rejected. This is intentional (although it is not always correct and can lead to false negatives) because often sites do have a ge...
-
Joe Doasi You may also use multisample mode with a time series. The important thing is that all samples must come from the same person: multiple sites of one tumor, time series, primary tumor and ...
-
G E Turning on -genotype-gemline-sites should not affect downstream filtering, but unfortunately I neglected to exclude germline sites from the clustered events filter, and so turning on this argum...
-
TA The issue with the clustered events and haplotype filters when running in -genotype-germline-sites is a real problem. These filters should only be triggered by a cluster of technical artifacts ...
-
Alessio Locallo My question is: should I use the PON when I run Mutect2 in multi-sample as well? Or is the PON not necessary when running Mutect2 in multi-sample mode? You should still use a pa...
-
D the -normal argument specifies the normal samples; all others are presumed to be tumor samples.
-
Before answering your questions, we need to point out a few things: The panel of normals' role is only to clean technical artifacts, not remove germline mutations, which is handled by the germline...
-
You have to specify -normal to tell Mutect2 which sample is the normal. You may exclude -tumor-sample.
-
Just -normal-sample, and keep your other arguments the same. And you can continue to specify -tumor-sample if it's a hassle to change all your scripts, but it has no effect.