xiaolongliang / Olfactory_Receptor_Analysis

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fst statistics of olfactory receptor genes and bitter taste receptor genes

1. calculated the wondows Fst of gene and chosen randomly Non-coding region that located at least 200 kb away from known gene

python Generate.Prir.Fst.py > fst.sh
sh fst.sh

2. Pickup the mean Fst of gene and Non-coding region

sh Datadeal.sh

3. T test to compare the Fst value of gene and Non-coding region

ls File/*.gene |while read line;do id=${line#*/};id=${id%%.*};Rscript T-test.R $id >> T-test.res;done

4. plot

Rscript T-test.res.plot.R

About


Languages

Language:F* 94.6%Language:Shell 4.7%Language:Python 0.7%Language:R 0.1%