Merge different vcf files
Hi, I have some vcf files in which some ref alleles are different for the same region. Can I merge all vcf files or do I have to standardize these ref alleles?
vcf
• 962 views
•
link
written
by
caique.manochio •
0 answers
No answers yet.
Log in to answer this question.
More posts like this
-
Chip Seq Analysis of RNA Polymerase 2
written by Gaurav •I am analysing chip-seq data of RNA Pol-2 generated in our lab. But I am not getting the desired peaks on genes. Can somebody help? …
-
Understanding IGV
written by zizigoluHi I have targeted sequencing (WGS) I have uploaded bam and vcf file for sample; From these screenshot which one shows/support this mutation ![enter image …
-
Multiple SRR files correspond to the same GSM in GEO
written by SHIRUI •Hi If there are multiple SRR files correspond to the same GSM in GEO database (GSE178366) as bellow ![enter image description here][1] [1]: /media/images/09496602-935f-419c-8636-688109ff How …
-
merging tetraploid vcf files through bcftools
written by Bushra BibiI have 7 tetraploid vcf files (generated through gatk Hapotypecaller) that I tried to merge through bcftools but It gave me following error: **Incorrect number …
-
Increasing per base G content in QC sequencing files
written by robertsr •Hello, I conducted some metagenomic sequencing as follows: - Metagenomic sequencing from human stool samples - PCR-free library prep using NEB kit (450bp insert) - …
-
xCell different between R and website
written by michelafrancesconi9 •I did xCell on the website and on R but I have two different results:![enter image description here][1] and ![enter image description here][2] [1]: /media/images/b6c11b80-5e1a-49c5-aebc-c6015a7f …
-
nanopore data analysis methylation modification
written by Domi •Hi all I have two sets of nanopore DNA sequencing data (experimental group and control group). Using the mCaller tool, I extracted the 6mA methylation …
-
Variant calling from merged bam file with one vcf output
written by askif4 •I have merged two different bam files with same @RG ids (with picard) When I looked into the bam file however, ![enter image description here][1] …
-
R - Merging and aligning two CSVs using common values in multiple columns
written by Michael •I currently have two .csv files that look like this: File 1: ![enter image description here][1] File 2: ![enter image description here][2] I would like …
-
vcftools --TajimaD does not start at 0 and misses variants
written by grey •I have used vcftools --TajimaD to calculate Tajima's D statistics with other species easily in the past. However, I am running this now on a …
Normalize them first using
vt normalizeorbcftools norm- they need to be in left-aligned parsimonious representation before you can do an accurate merge if required.Thank you!