• 客户服务系统CSS
  • |
  • |
九游j9登陆

 > 

科技服务

 > 

基因组测序

基因组大小预估

K-mer深度分布服从泊松分布。根据曲线获得K-mer深度期望值,用于估计基因组大小。 一般来说我们会选择K-mer分布最多的峰为主峰,主峰所对应的深度值为K-mer深度期望值。 基因组大小=K-mer总数/K-mer期望深度值。
K-mer K-mer number K-mer Depth Genome Size(Mbp) Revised Genome Size (Mbp)
17 47,719,794,696 62 769.67 763.41

杂合度和重复率评估

在理想的数据模型中。也就是说,即不存在重复序列或者杂合的情况,因此每个K-mer对应的频数不确定,对于基因组上的所有的K-mer来说, 一套基因组上的每个K-mer应该只出现唯一一次,会存在杂合和重复序列的情况,它的频率数均为1; 而在实际样品的基因组中。 K-mer可以根据其出现的频率数来分类。由此反映基因组的杂合率和重复序列的情况, 可以得到并且通过迭代来修正,基于贝叶斯模型和K-mer所有的频率数和深度属性。

GC含量分布图

横坐标表示GC含量、在40位置的为纯合峰,根据其GC分布以及覆盖深度信息绘制散点图,纵坐标表示测序深度,右方是contig覆盖深度分布,该物种的GC分布呈现出两部分的区域分布,其中红色的部分代表该散点图中点的密度比较大的部分,两部分的重心分别在深度20左右和40左右,上方是GC含量分布,在20位置的小峰为杂合峰,即对应右边的contig覆盖分布,我们选取长度在2Kb以上的contig序列,可以看到在红色区域部分。对应红色的散点图。主峰在35的位置,和我们计算得到的基因组的GC含量基本一致,说明该基因组没有受到其他外源物种的污染,且红色的散点也分布在GC含量在35%附近,深度在20左右的红色区域是杂合contig的GC分布区域;再看上方的GC含量分布。

Copyright@2011-2023 All Rights Reserved    版权所有:九游j9登陆    京ICP备15007085号-1

一对一业务咨询

一对一业务咨询

在线客服

联系方式

联系电话

400-658-1585

企业邮箱

service@novogene.com
返回顶部
"); let title = html.substr(tit_startIndex + 7, tit_endIndex - tit_startIndex - 7) document.title = title //修改右侧href $(".content-right").find(".contentTab a").each(function () { var href = $(this).attr("href"); if (href.indexOf("addTabRightUrl") < 0) { href = "javascript:addTabRightUrl('" + href + "')"; $(this).attr("href", href); } }); $(".content-right").find(".contentTab select").each(function () { $(this).attr("onchange", "addTabRightUrl(options[selectedIndex].value)"); }); Fflc_Style() /*20220610 添加的*/ TuPianFangDa() MaoDianDingWei(); return; }) } //点击右侧切换效果 function addTabRightUrl(url, tzlx) { if (tzlx != null && tzlx != undefined && tzlx != "") { if (tzlx == "bhleftdh") { window.open(url,"_blank"); return; } } $.get(url, function (data) { var html = ""; if (data == undefined || data == null || data.length < 1) { html = ""; return; } html = data; var startIndex = html.indexOf(""); var endIndex = html.indexOf(""); $("code").html(html.substr(startIndex + 6, endIndex - startIndex - 6)); $(".banner").html($(html).find(".banner").html()); $(".linkurl").html($(html).find(".linkurl").html()); $(".content-right").html($(html).find(".content-right").html()); //获取title var tit_startIndex = html.indexOf(""); var tit_endIndex = html.indexOf(" "); let title = html.substr(tit_startIndex + 7, tit_endIndex - tit_startIndex - 7) document.title = title //修改右侧href $(".content-right").find(".contentTab a").each(function () { var href = $(this).attr("href"); if (href.indexOf("addTabRightUrl") < 0) { href = "javascript:addTabRightUrl('" + href + "')"; $(this).attr("href", href); } }); $(".content-right").find(".contentTab select").each(function () { $(this).attr("onchange", "addTabRightUrl(options[selectedIndex].value)"); }); Fflc_Style() /*20220610 添加的*/ TuPianFangDa() MaoDianDingWei(); return; }) } /*20220610 添加的*/ //设置经典案例的方法流程的样式 function Fflc_Style() { var screen_width = window.screen.width; var screen_height = window.screen.height; //根据屏幕分辨率判断是否是手机 if (screen_width < 600 && screen_height < 1000) { //是手机端的话 var liuchenglist = $("div.content-right > div.content-content div.pReset_div2>div.pReset_div2_d") console.log(liuchenglist.length) if (liuchenglist.length % 4 == 0 && liuchenglist.length > 0) { $("div.content-right > div.content-content div.pReset_div2>div.pReset_div2_d").each(function () { $(this).css({ "min-width": "22%", "fontSize": "20px" }) }) } } } /*20220610 添加的*/ function MaoDianDingWei() { if ($(".syjy-mulu p>a").length > 0) { $(".syjy-mulu p>a").click(function () { $("html,body").animate({ scrollTop: $($(this).attr("href")).offset().top - 300 }, 500) }) } if ($(".syjy-mulu-v2 p>a").length > 0) { $(".syjy-mulu-v2 p>a").click(function () { $("html,body").animate({ scrollTop: $($(this).attr("href")).offset().top - 300 }, 500) }) } }