<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[植物GWAS数据分析]]></title><description><![CDATA[<p dir="auto">文献《Population genomics identifies genetic signatures of carrot domestication and improvement and uncovers the origin of high-carotenoid orange carrots》</p>
<p dir="auto">译名：群体基因组学鉴定了胡萝卜驯化和改良的遗传特征，并揭示了高类胡萝卜素橙色胡萝卜的起源</p>
<p dir="auto">链接： <a href="https://www.nature.com/articles/s41477-023-01526-6#Sec11" rel="nofollow ugc">https://www.nature.com/articles/s41477-023-01526-6#Sec11</a></p>
<p dir="auto">第二篇：燕麦（Genome resequencing reveals independent domestication and breeding improvement of naked oat）</p>
<p dir="auto">链接：<a href="https://academic.oup.com/gigascience/article/doi/10.1093/gigascience/giad061/7227512#411622721" rel="nofollow ugc">https://academic.oup.com/gigascience/article/doi/10.1093/gigascience/giad061/7227512#411622721</a></p>
<h2>GWAS数据分析</h2>
<h3>核心步骤</h3>
<h4>质控</h4>
<p dir="auto">清理原始数据，确保分析的准确性。</p>
<h4>基因组比对 (使用 BWA 或 Bowtie)</h4>
<p dir="auto">将读段与参考基因组比对。</p>
<h4>BAM文件处理</h4>
<p dir="auto">使用Samtools或Picard Tools进行排序、标记重复读段、重建索引。</p>
<h4>变异检测</h4>
<p dir="auto">使用如GATK的工具从比对结果中识别SNP和INDEL，产生VCF文件。</p>
<h4>变异的质量控制:</h4>
<p dir="auto">包括去除低质量变异位点、过滤掉MAF（小等位基因频率，Minor Allele Frequency）过低或不符合Hardy-Weinberg Equilibrium的位点等。以确保只分析那些可靠和生物学上有意义的变异。</p>
<blockquote>
<p dir="auto">注：文中使用的是BCFtools</p>
</blockquote>
<h4>基因型格式转换</h4>
<p dir="auto">将VCF格式的变异数据转换为GWAS分析所需的格式，如PLINK格式。</p>
<h4>表型数据整合</h4>
<p dir="auto">收集和整理与基因型数据对应的表型数据。<br />
文中用的表型数据https://github.com/dsenalik/Carrot_Genome_DH1_v3/blob/main/phenotype/GWA.Phenotype.csv</p>
<h4>关联分析</h4>
<p dir="auto">使用如PLINK、FarmCPU（Fixed and random model Circulating Probability Unification）、GAPIT（Genome Association and Prediction Integrated Tool）的工具对基因型和表型数据进行分析，识别每个SNP与表型特征之间的关联强度。</p>
<p dir="auto"><strong>这是GWAS的核心，旨在找出哪些遗传变异与特定的表型特征相关联。</strong></p>
<blockquote>
<p dir="auto">注：文中用的GAPIT</p>
</blockquote>
<h4>结果校正和解释</h4>
<p dir="auto">对关联分析结果进行多重测试校正，如Bonferroni校正，以防止假阳性结果，列出显著关联的SNP。</p>
<h3>可选步骤</h3>
<h4>群体结构和亲缘关系分析</h4>
<p dir="auto">使用如STRUCTURE、ADMIXTURE的工具估计样本间的群体结构和亲缘关系。以避免群体结构导致的偏差影响分析结果。</p>
<blockquote>
<p dir="auto">注：文中用的ADMIXTURE</p>
</blockquote>
<h4>遗传变异性分析</h4>
<p dir="auto">使用如Pixy的工具计算种群内的核苷酸多样性（π）和基因组分化指数（Fst）。这有助于理解种群的遗传背景和多样性。</p>
<h4>估计有效种群大小历史和分化时间</h4>
<p dir="auto">使用SMC++等工具估计历史上的种群大小和分化时间，增加对研究种群历史和演化的理解。</p>
<h4>识别频率增加超过随机概率的变异</h4>
<p dir="auto">使用XP-CLR等工具识别可能受到自然选择影响的遗传区域。</p>
]]></description><link>http://an.forum.genostack.com/topic/1023/植物gwas数据分析</link><generator>RSS for Node</generator><lastBuildDate>Sat, 13 Jun 2026 09:38:28 GMT</lastBuildDate><atom:link href="http://an.forum.genostack.com/topic/1023.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 18 Dec 2023 06:36:11 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to 植物GWAS数据分析 on Mon, 18 Dec 2023 09:17:35 GMT]]></title><description><![CDATA[<p dir="auto">比较经典的文献<br />
<a href="https://mp.weixin.qq.com/mp/appmsgalbum?__biz=MzIyNzIyNTczNA==&amp;action=getalbum&amp;album_id=1538356061521444865&amp;scene=173&amp;subscene=&amp;sessionid=undefined&amp;enterid=0&amp;from_msgid=2247523779&amp;from_itemidx=3&amp;count=3&amp;nolastread=1#wechat_redirect" rel="nofollow ugc">https://mp.weixin.qq.com/mp/appmsgalbum?__biz=MzIyNzIyNTczNA==&amp;action=getalbum&amp;album_id=1538356061521444865&amp;scene=173&amp;subscene=&amp;sessionid=undefined&amp;enterid=0&amp;from_msgid=2247523779&amp;from_itemidx=3&amp;count=3&amp;nolastread=1#wechat_redirect</a></p>
]]></description><link>http://an.forum.genostack.com/post/2412</link><guid isPermaLink="true">http://an.forum.genostack.com/post/2412</guid><dc:creator><![CDATA[mengpf]]></dc:creator><pubDate>Mon, 18 Dec 2023 09:17:35 GMT</pubDate></item><item><title><![CDATA[Reply to 植物GWAS数据分析 on Mon, 18 Dec 2023 08:23:22 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="http://an.forum.genostack.com/uid/9">@mengpf</a></p>
<p dir="auto">GWAS相关知识点<br />
<a href="https://mp.weixin.qq.com/s/fthC5rERUF8iNBE_zQuIRw" rel="nofollow ugc">https://mp.weixin.qq.com/s/fthC5rERUF8iNBE_zQuIRw</a></p>
]]></description><link>http://an.forum.genostack.com/post/2411</link><guid isPermaLink="true">http://an.forum.genostack.com/post/2411</guid><dc:creator><![CDATA[mengpf]]></dc:creator><pubDate>Mon, 18 Dec 2023 08:23:22 GMT</pubDate></item><item><title><![CDATA[Reply to 植物GWAS数据分析 on Mon, 18 Dec 2023 08:17:21 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="http://an.forum.genostack.com/uid/9">@mengpf</a><br />
连锁不平衡分析（LD）</p>
<p dir="auto">指在某一群体中，不同座位上某两个基因同时遗传的频率明显高于预期的随机频率的现象。LD在染色体上的分布一般用LD衰减图来描述，可以观测LD随遗传或物理距离的衰减速率。</p>
<p dir="auto">一般来说，在连锁不平衡分析中，驯化种由于受到了正选择的作用，LD值就会偏大，这是因为在一段DNA序列中位点与位点之间存在着连锁的关系。不同位点间的连锁构成了“单倍体型”，随着重组的积累，特定的单倍体型会被削弱而逐渐消失。由于重组率与连锁距离有关，所以连锁不平衡范围会逐渐缩短。对于新产生的一个单倍体型，由于重组来不及破坏位点之间的连锁，所以它们之间连锁不平衡的距离往往比较远。在中性条件下，如果某个单倍体型是较新产生的，那么它的频率往往较低，而频率较高的单倍体型，需要经历很长一段时间才可能因为受到随机漂变的影响达到较高的频率。如果群体经历了正向选择，那么与有利位点连锁的周围位点会由于搭载效应而导致频率很快提升，所以包含有利位点的单倍体型一方面有着较高的频率，另一方面由于经历的时间不长，因此也有这较长的LD影响范围。这种特征为检测是否发生了正向选择提供了一个有效的突破点。</p>
]]></description><link>http://an.forum.genostack.com/post/2410</link><guid isPermaLink="true">http://an.forum.genostack.com/post/2410</guid><dc:creator><![CDATA[mengpf]]></dc:creator><pubDate>Mon, 18 Dec 2023 08:17:21 GMT</pubDate></item><item><title><![CDATA[Reply to 植物GWAS数据分析 on Mon, 18 Dec 2023 07:59:21 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="http://an.forum.genostack.com/uid/9">@mengpf</a> 第4篇参考文献：栽培桃（Prunus persica (L.) Batsch）<br />
链接：<a href="https://www.nature.com/articles/s41467-021-23879-2" rel="nofollow ugc">https://www.nature.com/articles/s41467-021-23879-2</a></p>
<p dir="auto">这篇文献是很典型的群体研究思路，测序后得到变异位点，基于这些位点进行全基因组关联分析和遗传进化分析，得到候选基因，挑选感兴趣的基因，对其进行单倍型分析和实验验证。</p>
<p dir="auto">整体思路：<br />
高质量桃基因组组装</p>
<p dir="auto">种群结构分析</p>
<p dir="auto">群体分化选择</p>
<p dir="auto">全基因组关联分析鉴定重要性状的相关位点</p>
<p dir="auto">具体基因功能分析及实验验证</p>
]]></description><link>http://an.forum.genostack.com/post/2409</link><guid isPermaLink="true">http://an.forum.genostack.com/post/2409</guid><dc:creator><![CDATA[mengpf]]></dc:creator><pubDate>Mon, 18 Dec 2023 07:59:21 GMT</pubDate></item><item><title><![CDATA[Reply to 植物GWAS数据分析 on Mon, 18 Dec 2023 07:56:08 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="http://an.forum.genostack.com/uid/9">@mengpf</a><br />
第三篇参考文献：紫花苜蓿。这篇文献是很典型的群体研究思路，测序后得到变异位点，基于这些位点进行全基因组关联分析和遗传进化分析，得到候选基因，挑选感兴趣的基因，对其进行单倍型分析和表达分析<br />
<a href="/assets/uploads/files/1702886093268-jipb.13172.pdf">jipb.13172.pdf</a></p>
<p dir="auto">总体思路：<br />
重测序获得变异数据</p>
<p dir="auto">种群结构及连锁不平衡（系统发育树，structure，LD）</p>
<p dir="auto">遗传多样性及群体分化选择（π ，Tajima’s D，Fst，XP-CLR）</p>
<p dir="auto">与重要性状相关位点的鉴定（GWAS）</p>
<p dir="auto">具体基因功能分析及验证（单倍型分析，相关性分析，表达分析）</p>
]]></description><link>http://an.forum.genostack.com/post/2408</link><guid isPermaLink="true">http://an.forum.genostack.com/post/2408</guid><dc:creator><![CDATA[mengpf]]></dc:creator><pubDate>Mon, 18 Dec 2023 07:56:08 GMT</pubDate></item></channel></rss>