"Out of South Asia": distinctive genomic profile of wild boar and domestic pig populations in South Asia
收藏Zenodo2025-04-22 更新2026-05-26 收录
下载链接:
https://zenodo.org/doi/10.5281/zenodo.11100498
下载链接
链接失效反馈官方服务:
资源简介:
raw plink files
The ogornot file contains two groups: outgroup samples (warthog, deer pig, pygmy, and sus) and ingroup (all wild boar and domestic pigs).
Using the following command to get allele frequency of two groups:
plink -bfile 745sample -freq -within ogornot -out frqogornot --allow-extra-chr
Using the following code to get to the number of SNPS in all ingroup samples:
awk '$3=="noog" && $6>0 && $4 ~/[ATCG]/ && $5 ~/[ATCG]/ && length($4)==1 && length($5) ==1 {print $0}' frqogornot.frq.strat |wc -l
The result should be 104777036.
提供机构:
Zenodo
创建时间:
2024-05-14



