Is it correct to merge multiple gvcf from separate variant calling?
I generated 10 individual gVCF files from separate variant calling runs. Is it correct to merge these files now with combinegvcfs or should they also be called together?
gatk
• 1,066 views
•
link
updated
by
Jeremy Leipzig
•
written
by
optimistsso4co3 •
0 answers
No answers yet.
Log in to answer this question.
More posts like this
-
CombineGVCFs vs. MergeVcfs
written by Sd •Hello, I work on merging GVCF files. Each sample has undergone HaplotypeCaller, and GVCF files were created by chromosome. Now, I have 24 GVCF files …
-
Extract individual samples from combined gvcf file
written by Shin Taguchi •Hi, everyone. Is it possible to extract the gvcf files of a specific individual from the files combined by CombineGVCFs of GATK? If you have …
-
bcftools merge doesn't recalculate AF
written by gernophil •Hey everyone, I am trying to combine two VCFs I created with a GATK pipeline (https://github.com/snakemake-workflows/dna-seq-gatk-variant-calling). I used `bcftools merge` (with and without `-g genome.fasta` …
-
GATK CombineGVCFs with genotypes './.'
written by ttomHi All, I used `GATK CombineGVCFs` to combine GVCFs of around 50 samples. **GATK version: 4.1.4.1** was used for `CombineGVCFs` Individual GVCFs are results from …
-
How to extract region from GVCF file?
written by optimistsso4co3 •I need to extract chr6 from *gatk haplotypecaller -ERC GVCF* generated g.vcf file. I have used bcftools view, generating a file that resembles gvcf. However, …
-
Why isn't it a common practice to call variant for every position in human genome?
written by optimistsso4co3 •Currently when calling variants you have to call variants on all people simultaneously, which allows for rare variant positions being check and called in every …
-
Combine a directory of GVCF files with gatk CombineGVCFs
written by michael.flower.14 •I've produced a set of about 400 of GVCF files with gatk HaplotypeCaller, with the `-ERC GVCF` option. I'd now like to combine them for …
-
Wha does combineGVCFs does to loci with variant only in gVCF from another analysis?
written by optimistsso4co3 •I called variants on two batches, each 3 samples. I want to merge those two batches with combineGVCFs, but i don't understand what happens to …
-
Best (GATK compatible) RadSeq/GBS pipeline in 2021
written by WilliamWhat is the best RadSeq/GBS pipeline in 2021? Some of the tings that I am looking for in a GBS pipeline are: 1. can be …
-
Do freeBayes and platypus support gVCF (ie incremental variant calling for large sets of genomes)
written by WilliamDo freeBayes and platypus support gVCF? https://sites.google.com/site/gvcftools/home/about-gvcf With GATK you used to have the 1000 + 1 genome variant calling problem, where you had to …
That is correct but you should distinguish variant calling from genotype calling