when use vcf-merge and vcf-concat
I have two folder snp and indel , both folder have vcf file chromosome wise 1...22 , I want to make one vcf file of all vcf file of both folder ....so
How to use vcftool perl script...
sequencing
snp
• 3,883 views
•
link
updated
by
Ram
4.5K
• |
written
by
Anop Singh Ranawat
0
0 answers
No answers yet.
Log in to answer this question.
More posts like this
-
What is meant by 'genomic order' in gatk's GatherVcfs, and how do I check for it?
written by 8armed 2I have several vcf files that I would like to merge into one large one. Each vcf file contains all variants from a different chromosome …
-
How to plot SNP distribution or coverage using vcf files?
written by sorabhsethi4 0Hello, I want to have SNP distribution plots (vertical lines depicting chromosomes with SNP distribution on them). I have a SNP vcf file with SNPs …
-
rows wise correlation between unequal columns
written by pragatigga97 0I have two datasets (Dataset1 200 rows 34 columns, Dataset2 200rows 22 columns) I want rows wise correlation between both datasets so I have applied …
-
SNP filtering
written by rheab1230 15Hello everyone, I am trying to filter .vcf files to contain only single point SNP and remove indel. I have remove indel from the .vcf …
-
how to find somatic variant with single bam file by samtools ?
written by Anop Singh Ranawat 0thanks in advance how to find somatic variant with single bam file by samtools ? hii i have one bam file and i want to …
-
How can I compare two columns of a two VCF files
written by kinsioberoi 1How can I compare two columns of a VCF file (i.e. chromosome number and position) and return the entire row if both the position and …
-
VCF file alignment to the reference genome
written by Sathish 6Hi everyone, I have detected SNP and Indel for my re-sequenced reads. I have done my analysis with draft genome but now revised genome is …
-
"Error:Could not open map file: --out" in vcftools
written by Anop Singh Ranawat 0I want to compare two vcf file `common_and_clinical_20150106_bgzip.vcf.gz` and `variants_bgzip.vcf.gz` When I run on terminal vcftools --gzvcf common_and_clinical_20150106_bgzip.vcf.gz --gzdiff variants_bgzip.vcf.gz --diff-indv-map --out output_file the error …
-
Filtering Gatk Indel Output Length 20+
written by rob234king 61<p>I presume most simple way is to write a perl script but thought I would check not missing a filter option rather than go down …
-
Generate Wig File With Snp Density
written by soosus 9<p>I need to write a simple script or use single line script (can use pipe) to create a WIG file with SNP density (SNPs/KB) for …
What have you tried?
Please add information and examples to this question.
You have to be specific what you want to see? Usually you can do away with merging or concat them. If your intention is to look at the genes that are common or in total then simply annotate them and then merge the genes. Or if you want to remove the SNPs near INDELs then you have to compare the vcf files with vcf-compare or just convert them to bed files and compare. The vcftool is quite heavily documented and should not be difficult to use for things you are asking for in simple terms.