obtain common SNPs
Hi I have two vcf file from two treatment. how can I obtain common snp from this two vcf file?
rna-seq
• 1,297 views
•
link
written
by
a.hasankhani74 •
0 answers
No answers yet.
Log in to answer this question.
More posts like this
-
stacks . vcf . admixture , structure extract data from vcf ?
written by csag6433 •Hi . i have a .vcf file from a radseq project and i would like to do an admixture or structure analysis but i dont …
-
Find common SNPs between high and low depth sequence data
written by evelynHello All, I have a vcf file for multiple samples made using `bcftools` with joint variant calling for high depth dataset. And another similar vcf …
-
SNP type percentage in vcf
written by a.hasankhani74 •Hi I have a vcf file contained SNPs. how can I obtain SNP type percentage and plot them from vcf file ?
-
Variant annotation tools
written by a.hasankhani74 •hi Is there software for SNP annotation instead of snpEff? how can I plot my vcf file?
-
hapcut2 output and figures
written by rob234kingI have run Hapcut2 and have a VCF file. I can't see in the VCF where it has assigned the snp to one haplotype or …
-
cut mt,x and unknown chromosomes
written by Siavash Salek Ardestani •I have many 'Un' (I think this is unknown chromosomes SNP) in a vcf file. how can I split or cut mt,x and unknown chromosomes …
-
haplotypes from ped/vcf file
written by genogeno •Hi, I have vcf and ped file of CEU from 1000 Genomes. I need to obtain haplotype data with each column containing SNPs. How can …
-
How to find variants that are common in one population but rare in others (population differentiati…
written by SOHAILHi Everyone, I have two VCF files: 1) VCF file containing SNPs from my population 2) Another VCF file with 1000 Genome SNPs data set …
-
Get a table of minor an major allele from a vcf file
written by shinken123Hi Probably this question have a simple answer but I could not find it until now. I have a VCF file that integrates the data …
-
Getting BasePairs/SNPs/Variants from Chromosome Positions
written by dnlsmy •Hi, I need some help automating and speeding up my data analysis. For now, I track variants from BAM files using mpileup (samtools) and obtain …
Merge the files and look for positions for which both samples have a variant.
SNPs in each file was 11350. If I want to look for each position It's time-consuming. I'm looking for the fastest way I can.
Yes, of course I don't recommend doing this manually. Merge the files and filter for those positions that for both samples have been called.
how can I merge them? and how can I filter them for those positions that for both samples have been called? Are you have pipeline for these?
Have a look at
bedtools intersect.