03Genotype

基因型文件处理合集

1.计算两个SNP位点间的连锁度

1
2
3
#* plink 文件前称
bmapFile=/data/cotton/zhenpingliu/LZP_fiberFullPopulationRNAseq/03express_gene/eQTLgenes_Allstages_340samples/indepent_eQTL/Samples_Q1000_SNPs_joint_376.filter2.Chrs.short
plink --bfile $bmapFile --ld SNP303009 SNP304796

2.提取SNP对应的坐标信息

1
2
3
#* 提取任意SNP对应的坐标信息
plink --bfile $bmapFile --snp SNP303009 --make-bed
plink --bfile $bmapFile --extract SNPlist.txt --make-bed
------ 本文结束 thankyou 感谢阅读 ------

欢迎扫一扫上面的微信二维码,订阅 codeHub 公众号