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

 > 

科技服务

 > 

转录调控测序

互作转录组测序

研究背景

测序得到的原始测序序列(Sequenced Reads)或者 raw reads、得到clean reads,里面含有带接头的、低质量的reads,为了保证信息分析质量,后续分析都基于clean reads,必须对raw reads过滤。在测序过程中会存在一定的错误率,测序错误率分布检查可以反映测序数据的质量。

差异基因聚类

基于宿主的差异分析结果 , 通过对比较组合中差异基因取并集的方式 , 获得本批次样本全部的差异基因。 分别将宿主以及寄主的差异基因通过 K-means 进行聚类 , 获得在样本中的表达模式相近的基因。

不同 cluster 中基因的功能注释

将不同 Cluster 中的基因进行功能注释(GO/KEGG/Interpro 或 Swissport)后 , 将各 Cluster 样品注释结果以热图形式展示。

模块层次聚类树

根据基因间表达量的相关性构建聚类树。并划分模块。其中 Merged dynamic 为根据模块相似度对表达模式相似的模块进行合并后的模块划分。之后的分析按照合并后的模块进行。对于上半部分的树图。横向距离无意义,纵向距离代表两个节点间(基因间)的距离。

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) }) } }