Unconfigured Ad
Collapse
X
-
EDIT: a third (sort of) realignment approach is the one I am selling at the samtools mailing list: base alignment quality.
Could you post a URL into the thread you are referencing?
Leave a comment:
-
The following is what I would recommend for Illumina:
1. Do alignment with novoalign or bwa. Mosaik is also great, but unfortunately it does not write soft clippings, which will affect programs at a later step. Bowtie is not recommended because it does not do gapped alignment.
2. If you have bandwidth, do realignment with GATK. If you do not, it actually does not matter too much. The major downside of not doing realignment is you may get confusing alignment in an alignment viewer (the most frequent question is "why the indel caller is calling an indel when there is only 1 read supporting that?").
3. Cap base quality BAQ (with samtools).
4. Call SNPs with whatever SNP caller. It does not matter too much when indels are cleaned.
5. Call indels with dindel. The Dindel group has shown convincing evidence that it is clearly better. When I evaluate it by myself, I am convinced again. It is much more sensitive than gatk realigner+IndelGenotyperV2; its specificity is also better. For exonome sequencing the difference is probably smaller because the hard regions are mostly related to repeats.
Leave a comment:
-
Is their a public document describing the dindel model? I would be interested in thinking about how to allow it to handle SOLiD/454 data and their error properties; dindel says it only handles Illumina data so far. Maybe the GATK folks are already thinking about this.Originally posted by lh3 View PostThe GATK group is reimplementing the dindel model because they think it is clearly better both in theory and in practice. As I tried dindel, it is faster than srma, but its accuracy is not as high as what I would expect. As to CG, many including me have been deeply impressed, but so far as I know no one is doing the same for Illumina/SOLiD/454.
EDIT: a third (sort of) realignment approach is the one I am selling at the samtools mailing list: base alignment quality.
I like the base alignment quality idea. Is the BAQ just the posterior probability of a read base aligning to a ref base using the forward/backward algorithm on Smith-Waterman HMM? Could you use the BAQ within the dindel model (I assume it is Bayesian)?
Leave a comment:
-
The GATK group is reimplementing the dindel model because they think it is clearly better both in theory and in practice. As I tried dindel, it is faster than srma. As to CG, many including me have been deeply impressed, but so far as I know no one is doing the same for Illumina/SOLiD/454.
EDIT: a third (sort of) realignment approach is the one I am selling at the samtools mailing list: base alignment quality.
EDIT2: For the first time, I read how gatk's indel caller works. The caller itself does not do realignment like samtools. It relies on gatk's realigner. If one does not run the realigner, the caller will definitely miss a lot of indels, although the remaining are of very high quality.
EDIT3: I misinterpreted the dindel output. In fact, dindel is clearly better than samtools' indel caller in terms of specificity (at the cost of sensitivity).Last edited by lh3; 10-17-2010, 08:34 PM.
Leave a comment:
-
So what flow is being suggested here?
After alignment, do realignment with SRMA (or GATK I guess), then do SNV detection and indel detection with GATK. Then, if needed, Dindel will pick up additional indels.
I'm genuinely curious if the true indel yield with Dindel is significantly greater than SRMA to the point of adding a completely new, slower informatic step to the process for every experiment.
We could just do SRMA, then both SNV and indel detection with GATK (this is exactly what I was planning until Dindel was mentioned here). It seems like realignment and then Dindel might be redundant unless nothing interesting is detected with the more straight-forward approach.
I'm just finished with a number of exome alignments and my plan was GATK+SRMA for the whole thing. I'm thinking if I do not find what I'm looking for (I'm doing Mendelian family exomes, so the variant should be obvious), then maybe Dindel is worth using.
Complete Genomics uses assembly over all non-reference base calls that pass a score threshold. It does seem to be very effective. Anyone tried anything like that?
Any other suggestions?
Leave a comment:
-
I was just saying that if one wants to get the best indel calls, (s)he should definitely try dindel. I guess the ploidy modeling can be switched off.
As to speed, dindel will be used for hundreds of samples from the 1000 genomes project. It is slow, but still affordable.
Leave a comment:
-
I have to chime in here.
Modeling ploidy is not always desirable, say when you are re-aligning heterogeneous cancer samples, or trying to re-align many samples in tandem (one variant in a sample can inform the entire population). Also, slow re-alignment is not desirable if you need results quickly (think whole-genome clinical). In some cases we are more interested in the rare variants that are not always diploid than perfectly calling dbSNP positions.
A two-stage approach may be to use a fast re-aligner for the whole-genome, and target difficult regions with slower but more sensitive re-aligners. Anyhow, I have not seen any re-alignment comparisons (@lh3 I would be interested to see yours since you are usually thorough), but like we saw in the alignment world, there will always be a trade-off between efficiency and sensitivity (think BWTSW versus short-read aligners).
SRMA is open source if you would like to contribute (especially to the C-version
).
Leave a comment:
-
I mean dindel (not pindel). It is here: http://sites.google.com/site/keesalbers/soft/dindel. Dindel does very sophisticated realignment, more sophisticated than most (if not all) other software, while the performance of an indel caller is largely determined by the quality of realignment. From the SRMA paper, I do not think it matches dindel (dindel has an HMM to evaluate many possible alignments and it explicitly models diploid). The GATK group also agree that dindel is better.
Note that realignment for indel calling requires more than realignment for better SNP calls and is harder.
The major disadvantage of dindel is its inefficiency.Last edited by lh3; 10-14-2010, 07:41 PM.
Leave a comment:
-
Just to make sure -- we are talking about PINDEL here, right? Or does the 1000 genomes have a new indel caller that is still unpublished (called DINDEL)
Leave a comment:
-
I have to politely disagree, since I do not know and I am a member of the project. I have not seen a re-alignment method comparison within the 1000 genomes project.Originally posted by lh3 View PostIf you were part of the 1000 genomes project, you would know. The paper is coming.
Leave a comment:
-
Doh! I've just spent a weekend running GATK :-(Originally posted by lh3 View PostIf you were part of the 1000 genomes project, you would know. The paper is coming.
[ flame mode on ]
BTW, I'm not a master of variations and I'm probably the last who can say anything about, nevertheless I don't think 1000 Genomes team holds the Truth. I wish I was part of that project, but unfortunately I have to work somewhere else...
[ flame mode off ]
dLast edited by dawe; 08-31-2010, 01:23 AM.
Leave a comment:
-
If you were part of the 1000 genomes project, you would know. The paper is coming.Originally posted by Lee Sam View PostHow did the belief that dindel was the best indel caller came about? I haven't seen any comparison papers (at the least I am not aware of them) so I would honestly like to know.
Leave a comment:
Latest Articles
Collapse
-
by SEQadmin2
The immune system’s power comes from its genetic diversity, allowing myriad threats to be neutralized through first recognizing foreign antigens. That diversity is also what makes the immune system so difficult to study. Recent advances in sequencing technology and computational biology, however, are giving researchers new tools to understand immune responses and immune-related diseases in greater detail.
This convergence of genetics, immunology, and computation...-
Channel: Articles
09-01-2026, 05:41 AM -
ad_right_rmr
Collapse
News
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by SEQadmin2, Today, 11:37 AM
|
0 responses
8 views
0 reactions
|
Last Post
by SEQadmin2
Today, 11:37 AM
|
||
|
Started by SEQadmin2, 09-16-2026, 10:23 AM
|
0 responses
14 views
0 reactions
|
Last Post
by SEQadmin2
09-16-2026, 10:23 AM
|
||
|
Started by SEQadmin2, 09-09-2026, 12:14 PM
|
0 responses
34 views
0 reactions
|
Last Post
by SEQadmin2
09-09-2026, 12:14 PM
|
||
|
Started by SEQadmin2, 09-09-2026, 11:33 AM
|
0 responses
33 views
0 reactions
|
Last Post
by SEQadmin2
09-09-2026, 11:33 AM
|
Leave a comment: