agent-browser
Browse the web for any task — research topics, read articles, interact with web apps, fill forms, take screenshots, extr…
维护者 FreedomIntelligence · 最近更新 2026年4月1日
Detect natural selection signatures: iHS, XP-EHH, Tajima's D.
原始来源
https://github.com/FreedomIntelligence/OpenClaw-Medical-Skills/tree/main/skills/bio-population-genetics-selection-statistics
技能摘要
原始文档
vcftools --vcf data.vcf --weir-fst-pop pop1.txt --weir-fst-pop pop2.txt
--fst-window-size 100000 --fst-window-step 50000 --out fst_windowed
## Interpretation
| D Value | Interpretation |
|---------|---------------|
| D < -2 | Recent selective sweep or population expansion |
| D ≈ 0 | Neutral evolution |
| D > 2 | Balancing selection or population bottleneck |
## vcftools
```bash
vcftools --vcf data.vcf --TajimaD 100000 --out tajima
相关技能
Browse the web for any task — research topics, read articles, interact with web apps, fill forms, take screenshots, extr…
Access 20+ years of global financial data: equities, options, forex, crypto, commodities, economic indicators, and 50+ t…
Filter alignments by flag, quality, region, or paired status.
Index BAM/CRAM files with samtools index for random access.