https://github.com/moon-s/fraction-under-selection
Raw File
Tip revision: e9ed89c98100d8b9535d8b081cd5f68f73f0e1c2 authored by moon-s on 25 August 2015, 20:18:39 UTC
Update README.md
Tip revision: e9ed89c
README.md
# fraction-under-selection
Python function for estimating the fraction of sites under purifying selection or positive selection

# PREREQUISITE
  Scipy,  Numpy
 
# INPUT
 Two SFS files: Test SFS & reference SFS
 Consisted of site freqeuncy spectrum (1,2,..., N-1), where N is number chromosomes. 


# USAGE
estimatef.py test_SFS_file ref_SFS_file
Command line example:  
> python estimate.py ex_test.sfs ex_ref.sfs

# CITATION 
Sunjin Moon & Joshua Akey, 2015
 
back to top