群体遗传学三-LD

作者: 一直想要成为大牛的科研狗 | 来源:发表于2020-08-16 10:40 被阅读0次

使用PopLDdecay进行LD值的计算及绘图

#popLDdecay
cd /public/home/*/data/test
#step1:
#1.For gatk VCF file deal , run PopLDdecay  direct
PopLDdecay -InVCF SNP.vcf.gz -OutStat Lddecay.stat.gz  
#2.For plink [.ped .map], chang plink 2 genotype first  2) run PopLDdecay 
#perl plink2genotype.pl -inPED in.ped -inMAP in.map -outGenotype out.genotype      
#PopLDdecay -InGenotype out.genotype -OutStat LDdecay.stat.gz
#3.To Calculate the subgroup GroupA LDdecay in VCF Files   # put GroupA sample names into GroupA_sample.list file
#PopLDdecay -InVCF -OutStat -SubPop GroupA_sample.list
#step2
#1.For one Population
perl Plot_OnePop.pl -inFile Lddecay.stat.gz -output Fig
#2.For one Population muti chr
#pelr bin/Plot_OnePop.pl -inList Chr.reslutPath.list -output Fig
#3.For muti Population
#pelr bin/Plot_OnePop.pl -inList Pop.reslutPath.list -output Fig

相关文章

  • 群体遗传学三-LD

    使用PopLDdecay进行LD值的计算及绘图

  • LD衰减图的理解与应用

    在群体遗传学研究中,LD连锁不平衡分析是最常见的分析内容,也是关联分析的基础。如何正确理解并且进行相关的LD连锁不...

  • 为什么要做重测序与群体遗传(前言)

    什么是群体进化 群体遗传学(population genetics):研究 群体的遗传结构及其变化规律的遗传学分支...

  • 连锁不平衡(LD)分析。

    在群体遗传学研究中,LD连锁不平衡分析是非常常见的内容,同时也是关联分析的基础。在很多的遗传进化GWAS的文章中都...

  • 为什么要做重测序与群体遗传(前言)

    什么是群体进化 群体遗传学(population genetics):研究群体的遗传结构及其变化规律的遗传学分支学...

  • 群体遗传学学习笔记(1)

    群体遗传学(population genetics)是研究群体的遗传结构及其变化规律的遗传学分支学科。它应用数学和...

  • 群体遗传学习专题 一

    群体遗传学习专题 一之基础知识整理 群体遗传学研究对象是生物群体,这里的群体是指孟德尔氏群体。它是由同一物种组成的...

  • 2019-05-07群体遗传学概念:

    群体遗传学基本概念:

  • 1-群体遗传的基础介绍

    群体遗传学狭义上是指分子群体遗传学,主要是研究基因组内突变在群体中频率的升高或降低。研究内容有:群体结构,迁移史,...

  • 一、绪论

    1.什么是群体遗传学? 植物群体遗传学是研究植物群体中等位基因分布、分布的维持和变化的科学,由此探讨植物进化的机制...

网友评论

    本文标题:群体遗传学三-LD

    本文链接:https://www.haomeiwen.com/subject/etdadktx.html