sh 得到含糊不清的等位基因

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了sh 得到含糊不清的等位基因相关的知识,希望对你有一定的参考价值。

#Assumes data is a table delimited .bim file
bimfile=bim_name_here
grep -P "A\tT" $bimfile > ambiguous_snps.txt
grep -P "T\tA" $bimfile >> ambiguous_snps.txt
grep -P "C\tG" $bimfile >> ambiguous_snps.txt
grep -P "G\tC" $bimfile >> ambiguous_snps.txt


#for metal
 bimfile=LOOMeur_1_.results
grep -P "\ta\tt\t" $bimfile > ambiguous_snps.txt
grep -P "\tt\ta\t" $bimfile >> ambiguous_snps.txt
grep -P "\tc\tg\t" $bimfile >> ambiguous_snps.txt
grep -P "\tg\tc\t" $bimfile >> ambiguous_snps.txt
awk '{print $1}' ambiguous_snps.txt > ambiguous_snps2.txt

以上是关于sh 得到含糊不清的等位基因的主要内容,如果未能解决你的问题,请参考以下文章

sh 获得1000G亚群的等位基因频率

双等位基因(biallelic sites )和多等位基因(multiallelic sites)

更改R中逻辑回归(glm)中使用的参考等位基因[重复]

python metasoft等位基因比对(对NA的调整)

r Rambo:Allelic Richness和Private等位基因通过多次随机减少

AlleleAnalyzer:一种面向等位基因特异性的个性化向导RNA设计工具 | Genome Biology