More posts like this
-
Using blacklist in sarek pipeline
written by giacomo.bregni •Hi, I need to measure tumour mutational burden in a set of samples. The plan would be to perform variant calling using the sarek pipeline. …
-
How to integrate custom variant callers for consensus genotyping using CGES?
written by lakhujanivijayHi All I am interested in calling consensus genotype for few germline samples using BAM files as initial inputs. The CGES (Consensus Genotyper for Exome …
-
Methods for Doing Consensus Variant Calling between multiple callers
written by djevanclark •We are currently retooling a pipeline to do consensus calling between 3 variant callers, Mutect2, strelka, and lancets. We would like some thoughts on the …
-
How to do a local denovo assembly including unmapped paired reads for many samples to genotype a la…
written by WilliamI have a set of many bam files for which I would like to know if an insertion of a few 100bp is present at …
-
how to calling variants in RNAseq data from multiple samples?
written by Lila MHi everybady! I would like to calling variants in RNSeq multiple samples. Let's say that I have two different group and I would like to …
-
GL000201,GL000202... etc What are these?
written by morovatuncHi, I have two bam files from ICGC. During mutation calling, vardict/mutect/freebayes/varscan split bam to by its chromosomes. Those GL00 parts also appear just like …
-
GL000201,GL000202... etc What are these?
written by morovatuncHi, I have two bam files from ICGC. During mutation calling, vardict/mutect/freebayes/varscan split bam to by its chromosomes. Those GL00 parts also appear just like …
-
Lower GATK's HaplotypeCaller threshold for allele frequency as part of variant calling pipeline
written by alonsHi all! As part of a variant calling pipeline for cancer I'm interested in lowering the threshold for allele frequency tolerance in GATK's HaplotypeCaller variant …
-
Filter/Annotate VCF with dbSNP during variant calling workflow
written by alonsHi all, I would like to filter / annotate my VCF and/or BAM files using dbSNP as part of the input during the steps of …
-
Variant Caller Of Choice?
written by richardc.gsc •<p>Hi all, Currently we use mpileup and Strelka as our variant callers in our illumina read cancer genome pipeline.</p> <p>We have been relatively happy with …
Correct in terms of "correctly processed files" or correct true-positive variants?
What is the difference? If the files were correctly processed, doesn't it mean that I should get true-positive variants?
There is zero guarantees, and it is even extremely unlikely that all your variants will be true-positive.
You are looking for an example bam file?
How will you check if the results are correct?
Yes, I'm looking for a bam file that I know in advance the variants it should find I guess. How would you test if a varaint caller you use is giving you a sensible results and not false-positive or false-negative variants?
Search for Genome in a bottle (GIAB) data. For that sample data is freely available, together with a set of truth variants.
Truth is, there will always be false positive and false negative variants. You just have to find a pipeline which minimizes those. But in general there is always a trade-off between sensitivity and specificity: would you rather miss a variant but have high precision, or are you okay with having some false positives but with a high recall?
Great, I'll try that. thanks a lot!