Skip to content
/ Dxy Public
forked from hugang123/Dxy

Caculate the genetic distance of Dxy(like Fst) between the two populations form the vcf file .

Notifications You must be signed in to change notification settings

suying77/Dxy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Dxy

Caculate the genetic distance of Dxy(like Fst) between the two populations form the vcf file(.gz foramt) .

usage: win_Dxy.py [-h] -v vcf -p poplist [-w window [default:100000]] [-s step [default:50000]] [-o output [default:Dxy.txt]]

optional arguments: -h, --help show this help message and exit

      -v vcf                vcf file with gz format

      -p poplist            input the two populations file,each row represent one pop 
                            Example:
                                    pop1:Sampl1	sample2
                                    pop2:Sample3 Sample4

      -w window [default:100000]
                            window size

      -s step [default:50000]
                            step size

      -o output [default:Dxy.txt]
                            output file

About

Caculate the genetic distance of Dxy(like Fst) between the two populations form the vcf file .

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%