Fst calculation between my own population and 1000 genome populations
1
0
Entering edit mode
5.3 years ago
seta ★ 1.9k

Hi all and Merry Christmas!

I would like to calculate Fst for some selected SNPs between my own population (the variants came from whole-genome sequencing of about 800 individuals) and other populations in 1000 genome. To this end, I extracted the variants of interest using VCFtools with --recode --keep-INFO-all in the command from each chromosome VCF file, then I concatenated all extracted vcf files using bcftools to have the single vcf file with all chromosomes within it. So, now, I have the single vcf file containing variants of interest in all chromosomes from my population and another similar file from 1000 genome. Now, for calculating Fst between my population and 1000 genome population, these two files should be merged, yes? or is there a possibility to calculate Fst between two separate vcf file? However, I am not sure how they should be appropriately merged for Fst calculation by the available tools, say vcftools. Please share me your suggestions and comments.

Thank you in advance

Fst 1000 genome population • 1.8k views
ADD COMMENT
0
Entering edit mode
5.3 years ago
cetin.m ▴ 50

When I did something similar I used a python code which did not involve merging the files.

ADD COMMENT
0
Entering edit mode

I wanted use vcftools for fst calculation, I merged vcf files using bcftools, but couldn't successfully calculate fst on the merged vcf file. Could you please share your script?

ADD REPLY
0
Entering edit mode

Hi.. Even I would like to have your script. It would be really great if you could share'

Thanks in Advance.

ADD REPLY

Login before adding your answer.

Traffic: 2683 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6