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,876 views
•
link
updated
by
Ram
•
written
by
Anop Singh Ranawat •
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 •I 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 •Hello, 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 •I have two datasets (Dataset1 200 rows 34 columns, Dataset2 200rows 22 columns) I want rows wise correlation between both datasets so I have applied …
-
how to find somatic variant with single bam file by samtools ?
written by Anop Singh Ranawat •thanks 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 •How 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 •Hi 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 •I 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 …
-
File Searching Efficiency Using Perl Or Grep
written by rob234king<p>I have a vcf file with chromosome and positions contained therein and a bigwig file of expression across a genome. I want to filter those …
-
Filtering Gatk Indel Output Length 20+
written by rob234king<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 •<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.