[Biopython] Fst calculation

Tommy Carstensen tommy.carstensen at gmail.com
Wed Mar 11 18:32:29 UTC 2015


Thanks Tiago. PLINK1.9 should be able to do Fst calculations:
https://www.cog-genomics.org/plink2/basic_stats#fst

On Wed, Mar 11, 2015 at 5:10 PM, Tiago Antao <tra at popgen.net> wrote:
> Hi,
>
> You need to install Genepop.
> As far as I know, Plink does not compute Fst (but vcftools does). If
> you do it with VCFtools, be mindful of the filtering.
>
> On Tue, 10 Mar 2015 11:46:46 +0000
> Tommy Carstensen <tommy.carstensen at gmail.com> wrote:
>
>> Is it possible to calculate Fst with Biopython without installing the
>> Genepop module? I want to avoid too many module dependencies.
>> Otherwise I'll just do a vcftools or plink subprocess instead or write
>> the code myself. Thanks.
>> _______________________________________________
>> Biopython mailing list  -  Biopython at mailman.open-bio.org
>> http://mailman.open-bio.org/mailman/listinfo/biopython
>
> _______________________________________________
> Biopython mailing list  -  Biopython at mailman.open-bio.org
> http://mailman.open-bio.org/mailman/listinfo/biopython


More information about the Biopython mailing list