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,301 views
•
link
written
by
a.hasankhani74
0
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 0Hi . 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 evelyn 23Hello 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 0Hi 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 0hi Is there software for SNP annotation instead of snpEff? how can I plot my vcf file?
-
snpEff Apis_mellifera genome
written by a.hasankhani74 0Hi I have a problem with snpEff genome. I want to obtain snp annotation with snpEff. my organism is Apis_mellifera. I run snpEff with below …
-
hapcut2 output and figures
written by rob234king 61I 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 …
-
haplotypes from ped/vcf file
written by genogeno 0Hi, 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 SOHAIL 41Hi 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 shinken123 15Hi 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 1Hi, 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.