enrichplot——生物信息学中基因富集结果可视化解决方案

2021-02-06 周运来 简书

enrichplot包实现了几种可视化方法来帮助解释富集结果。它支持从DOSE (Yu et al. 2015)、clusterProfiler (Yu et al. 2012)、ReactomePA

enrichplot包实现了几种可视化方法来帮助解释富集结果。它支持从DOSE (Yu et al. 2015)、clusterProfiler (Yu et al. 2012)、ReactomePA (Yu and He 2016)和meshes中获得的可视化富集结果。支持过表达分析(ORA)和基因集富集分析(GSEA)。

enrichplot
包实现了几种可视化方法来帮助解释富集结果。它支持从DOSE (Yu et al. 2015)、clusterProfiler (Yu et al. 2012)、ReactomePA (Yu and He 2016)和meshes中获得的可视化富集结果。支持过表达分析(ORA)和基因集富集分析(GSEA)

Bar Plot

条形图是最广泛使用的可视化丰富项的方法。它将富集分数(如p值)和基因计数或比率描述为条形图的高度和颜色。

library(DOSE)
data(geneList)
de <- names(geneList)[abs(geneList) > 2]
edo <- enrichDGN(de)
library(enrichplot)
barplot(edo, showCategory=20)
 
 
Dot plot

点图类似于条形图,可以将另一个score 作为点的大小。

> edo2 <- gseNCG(geneList, nPerm=10000)
preparing geneSet collections...
GSEA analysis...
leading edge analysis...
done...
Warning messages:
1: In serialize(data, node$con) :
  'package:stats' may not be available when loading
2: In serialize(data, node$con) :
  'package:stats' may not be available when loading
> p1 <- dotplot(edo, showCategory=30) + ggtitle("dotplot for ORA")
> p2 <- dotplot(edo2, showCategory=30) + ggtitle("dotplot for GSEA")
> plot_grid(p1, p2, ncol=2)
 
Gene-Concept Network

barplot和dotplot都只显示最显著的富集项,而用户可能想知道哪些基因与这些显著项有关。为了考虑基因可能属于多个注释类别的潜在生物学复杂性,并提供可用的数值变化信息,我们开发了cnetplot函数来提取复杂的关联。cnetplot将基因和生物学概念(例如GO terms或KEGG pathways)之间的联系描述为一个网络。GSEA结果也只支持核心富集基因的表达。

> ## convert gene ID to Symbol
> edox <- setReadable(edo, 'org.Hs.eg.db', 'ENTREZID')
Loading required package: org.Hs.eg.db
Loading required package: AnnotationDbi
Loading required package: stats4
Loading required package: BiocGenerics
Loading required package: parallel

Attaching package: ‘BiocGenerics’

The following objects are masked from ‘package:parallel’:

    clusterApply, clusterApplyLB, clusterCall,
    clusterEvalQ, clusterExport, clusterMap, parApply,
    parCapply, parLapply, parLapplyLB, parRapply,
    parSapply, parSapplyLB

The following objects are masked from ‘package:stats’:

    IQR, mad, sd, var, xtabs

The following objects are masked from ‘package:base’:

    anyDuplicated, append, as.data.frame, basename, cbind,
    colMeans, colnames, colSums, dirname, do.call,
    duplicated, eval, evalq, Filter, Find, get, grep,
    grepl, intersect, is.unsorted, lapply, lengths, Map,
    mapply, match, mget, order, paste, pmax, pmax.int,
    pmin, pmin.int, Position, rank, rbind, Reduce,
    rowMeans, rownames, rowSums, sapply, setdiff, sort,
    table, tapply, union, unique, unsplit, which,
    which.max, which.min

Loading required package: Biobase
Welcome to Bioconductor

    Vignettes contain introductory material; view with
    'browseVignettes()'. To cite Bioconductor, see
    'citation("Biobase")', and for packages
    'citation("pkgname")'.

Loading required package: IRanges
Loading required package: S4Vectors

Attaching package: ‘S4Vectors’

The following object is masked from ‘package:base’:

    expand.grid


Attaching package: ‘IRanges’

The following object is masked from ‘package:grDevices’:

    windows


Warning messages:
1: In is.vector(X) : reached elapsed time limit
2: `keytype` is deprecated. Please use `keyType` instead 
> cnetplot(edox, foldChange=geneList)
 
 
## categorySize can be scaled by 'pvalue' or 'geneNum'
cnetplot(edox, categorySize="pvalue", foldChange=geneList)
 
 
cnetplot(edox, foldChange=geneList, circular = TRUE, colorEdge = TRUE)
 
 

如果希望标记节点的子集,可以使用node_label参数,它支持4种可能的选择(即“category”、“gene”、“all”和“none”).

p1 <- cnetplot(edox, node_label="category") 
p2 <- cnetplot(edox, node_label="gene") 
p3 <- cnetplot(edox, node_label="all") 
p4 <- cnetplot(edox, node_label="none") 
cowplot::plot_grid(p1, p2, p3, p4, ncol=2, labels=LETTERS[1:4])
 
旧版本的node_label好像只能是逻辑值
Heatmap-like functional classification

热图与cnetplot类似,但将关系显示为热图。如果用户希望显示大量的重要术语,则基因概念网络可能会变得过于复杂。热图可以简化结果,更容易识别表达模式。

heatplot(edox, foldChange=geneList)
 
Enrichment Map

富集图将被富集的术语组织成一个边缘连接重叠基因集的网络。这样,相互重叠的基因集往往会聚集在一起,使其容易识别功能模块。

emapplot函数支持超几何检验和基因集富集分析的结果。

emapplot(edo)
 
 
UpSet Plot

upsetplot是cnetplot的一种替代方法,用于可视化基因和基因集之间的复杂关联。它强调不同基因之间的重叠。

对于过表达分析,upsetplot将计算不同基因集之间的重叠,如图上所示。对于GSEA结果,它将绘制不同类别的褶皱变化分布(例如,路径的独特性,不同路径之间的重叠)。

ridgeline plot for expression distribution of GSEA result

ridgeplot将可视化GSEA富集类别的核心富集基因的表达分布。它帮助用户解释向上/向下调节的路径。

ridgeplot(edo2)
 
 
running score and preranked list of GSEA result

运行分数和预先生成的列表是可视化GSEA结果的传统方法。enrichplot
包支持这两者来可视化基因集的分布和富集分数。

gseaplot(edo2, geneSetID = 1, by = "runningScore", title = edo2$Description[1])
 
 
gseaplot(edo2, geneSetID = 1, by = "preranked", title = edo2$Description[1])
 
 
gseaplot(edo2, geneSetID = 1, title = edo2$Description[1])
 
 
gseaplot2(edo2, geneSetID = 1, title = edo2$Description[1])
 

gseaplot2还支持在同一图中显示多个基因集:

gseaplot2(edo2, geneSetID = 1:3)
 
 
gseaplot2(edo2, geneSetID = 1:3, pvalue_table = TRUE,
          color = c("#E495A5", "#86B875", "#7DB0DD"), ES_geom = "dot")
 
 
library(ggplot2)
library(cowplot)

pp <- lapply(1:3, function(i) {
  anno <- edo2[i, c("NES", "pvalue", "p.adjust")]
  lab <- paste0(names(anno), "=",  round(anno, 3), collapse="\n")
  
  gsearank(edo2, i, edo2[i, 2]) + xlab(NULL) +ylab(NULL) +
    annotate("text", 0, edo2[i, "enrichmentScore"] * .9, label = lab, hjust=0, vjust=0)
})
plot_grid(plotlist=pp, ncol=1)
 
pubmed trend of enriched terms

富集分析的问题之一是寻找进一步研究的途径。在这里,我们提供了pmcplot函数来根据PubMed Central的查询结果来绘制出版物趋势的数量/比例。当然,用户可以在其他场景中使用pmcplot。所有可以在PMC上查询的文本都可以作为pmcplot的输入。

terms <- edo$Description[1:3]
p <- pmcplot(terms, 2010:2017)
p2 <- pmcplot(terms, 2010:2017, proportion=FALSE)
plot_grid(p, p2, ncol=2)
 
pathview from pathview package

clusterProfiler用户还可以使用pathview中的pathview(Luo和Brouwer 2013)来可视化KEGG路径。
下面的例子说明了如何可视化“hsa04110”通路,这在我们之前的分析中得到了丰富。

library("pathview")
hsa04110 <- pathview(gene.data  = geneList,
                     pathway.id = "hsa04110",
                     species    = "hsa",
                     limit      = list(gene=max(abs(geneList)), cpd=1))
 
 

gene-concept-network



疾病和基因注释数据库(DGA, http://dga.nubic.northwestern.edu )是一个合作努力旨在提供一个全面、综合的注释人类基因在疾病网络背景下通过集成可计算的受控词汇表的疾病本体(第三版修订2510,8043继承、发展和获得人类疾病),NCBI基因参考到函数(GeneRIF)和分子相互作用网络(MIN)。DGA使用语义映射将这些资源整合在一起,以建立一套完整的疾病-基因和基因-基因关系,并基于当前的知识提供良好的覆盖率。DGA通过定期重新解析DO、GeneRIF和MINs来保持当前状态。DGA提供了一个用户友好的交互式web界面系统,使用户能够有效地查询、下载和可视化DO树结构和注释,并将其作为树、网络图或表格列表。为了方便集成分析,DGA提供了一个用于与外部分析工具集成的web服务应用程序编程接口。

原始出处:

Peng K, Xu W, Zheng J, Huang K, Wang H, Tong J, Lin Z, Liu J, Cheng W, Fu D, Du P, Kibbe WA, Lin SM, Xia T. The Disease and Gene Annotations (DGA): an annotation resource for human disease.Nucleic Acids Res. 2013 Jan;41(Database issue):D553-60.

 

版权声明:
本网站所有内容来源注明为“梅斯医学”或“MedSci原创”的文字、图片和音视频资料,版权均属于梅斯医学所有。非经授权,任何媒体、网站或个人不得转载,授权转载时须注明来源为“梅斯医学”。其它来源的文章系转载文章,或“梅斯号”自媒体发布的文章,仅系出于传递更多信息之目的,本站仅负责审核内容合规,其内容不代表本站立场,本站不负责内容的准确性和版权。如果存在侵权、或不希望被转载的媒体或个人可与我们联系,我们将立即进行删除处理。
在此留言
评论区 (5)
#插入话题
  1. [GetPortalCommentsPageByObjectIdResponse(id=1988038, encodeId=fe75198803874, content=<a href='/topic/show?id=446a91002d6' target=_blank style='color:#2F92EE;'>#解决方案#</a>, beContent=null, objectType=article, channel=null, level=null, likeNumber=47, replyNumber=0, topicName=null, topicId=null, topicList=[TopicDto(id=91002, encryptionId=446a91002d6, topicName=解决方案)], attachment=null, authenticateStatus=null, createdAvatar=, createdBy=c279140, createdName=vividelife, createdTime=Thu Oct 28 20:06:33 CST 2021, time=2021-10-28, status=1, ipAttribution=), GetPortalCommentsPageByObjectIdResponse(id=1942861, encodeId=0a02194286110, content=<a href='/topic/show?id=5244385233f' target=_blank style='color:#2F92EE;'>#可视化#</a>, beContent=null, objectType=article, channel=null, level=null, likeNumber=43, replyNumber=0, topicName=null, topicId=null, topicList=[TopicDto(id=38523, encryptionId=5244385233f, topicName=可视化)], attachment=null, authenticateStatus=null, createdAvatar=, createdBy=8f14236, createdName=经常头晕, createdTime=Fri Sep 10 06:06:33 CST 2021, time=2021-09-10, status=1, ipAttribution=), GetPortalCommentsPageByObjectIdResponse(id=1316386, encodeId=0f541316386c4, content=<a href='/topic/show?id=f3789349c3' target=_blank style='color:#2F92EE;'>#ICH#</a>, beContent=null, objectType=article, channel=null, level=null, likeNumber=42, replyNumber=0, topicName=null, topicId=null, topicList=[TopicDto(id=9349, encryptionId=f3789349c3, topicName=ICH)], attachment=null, authenticateStatus=null, createdAvatar=, createdBy=c192448, createdName=diushouji, createdTime=Mon Feb 08 09:06:33 CST 2021, time=2021-02-08, status=1, ipAttribution=), GetPortalCommentsPageByObjectIdResponse(id=1798456, encodeId=3c831e984565f, content=<a href='/topic/show?id=ad896919381' target=_blank style='color:#2F92EE;'>#生物信#</a>, beContent=null, objectType=article, channel=null, level=null, likeNumber=57, replyNumber=0, topicName=null, topicId=null, topicList=[TopicDto(id=69193, encryptionId=ad896919381, topicName=生物信)], attachment=null, authenticateStatus=null, createdAvatar=, createdBy=de89102, createdName=liuyong2980, createdTime=Sun Dec 19 01:06:33 CST 2021, time=2021-12-19, status=1, ipAttribution=), GetPortalCommentsPageByObjectIdResponse(id=923314, encodeId=b5ce92331424, content=<a href='/topic/show?id=60c36919659' target=_blank style='color:#2F92EE;'>#生物信息分析#</a>, beContent=null, objectType=article, channel=null, level=null, likeNumber=76, replyNumber=0, topicName=null, topicId=null, topicList=[TopicDto(id=69196, encryptionId=60c36919659, topicName=生物信息分析)], attachment=null, authenticateStatus=null, createdAvatar=https://img.medsci.cn/20220519/c2ab253484ee4527a2d4e9589a4821ac/45de9bf494a54becb2ea4369c9d11e85.jpg, createdBy=7a3710, createdName=lovetcm, createdTime=Sat Feb 06 18:29:06 CST 2021, time=2021-02-06, status=1, ipAttribution=)]
  2. [GetPortalCommentsPageByObjectIdResponse(id=1988038, encodeId=fe75198803874, content=<a href='/topic/show?id=446a91002d6' target=_blank style='color:#2F92EE;'>#解决方案#</a>, beContent=null, objectType=article, channel=null, level=null, likeNumber=47, replyNumber=0, topicName=null, topicId=null, topicList=[TopicDto(id=91002, encryptionId=446a91002d6, topicName=解决方案)], attachment=null, authenticateStatus=null, createdAvatar=, createdBy=c279140, createdName=vividelife, createdTime=Thu Oct 28 20:06:33 CST 2021, time=2021-10-28, status=1, ipAttribution=), GetPortalCommentsPageByObjectIdResponse(id=1942861, encodeId=0a02194286110, content=<a href='/topic/show?id=5244385233f' target=_blank style='color:#2F92EE;'>#可视化#</a>, beContent=null, objectType=article, channel=null, level=null, likeNumber=43, replyNumber=0, topicName=null, topicId=null, topicList=[TopicDto(id=38523, encryptionId=5244385233f, topicName=可视化)], attachment=null, authenticateStatus=null, createdAvatar=, createdBy=8f14236, createdName=经常头晕, createdTime=Fri Sep 10 06:06:33 CST 2021, time=2021-09-10, status=1, ipAttribution=), GetPortalCommentsPageByObjectIdResponse(id=1316386, encodeId=0f541316386c4, content=<a href='/topic/show?id=f3789349c3' target=_blank style='color:#2F92EE;'>#ICH#</a>, beContent=null, objectType=article, channel=null, level=null, likeNumber=42, replyNumber=0, topicName=null, topicId=null, topicList=[TopicDto(id=9349, encryptionId=f3789349c3, topicName=ICH)], attachment=null, authenticateStatus=null, createdAvatar=, createdBy=c192448, createdName=diushouji, createdTime=Mon Feb 08 09:06:33 CST 2021, time=2021-02-08, status=1, ipAttribution=), GetPortalCommentsPageByObjectIdResponse(id=1798456, encodeId=3c831e984565f, content=<a href='/topic/show?id=ad896919381' target=_blank style='color:#2F92EE;'>#生物信#</a>, beContent=null, objectType=article, channel=null, level=null, likeNumber=57, replyNumber=0, topicName=null, topicId=null, topicList=[TopicDto(id=69193, encryptionId=ad896919381, topicName=生物信)], attachment=null, authenticateStatus=null, createdAvatar=, createdBy=de89102, createdName=liuyong2980, createdTime=Sun Dec 19 01:06:33 CST 2021, time=2021-12-19, status=1, ipAttribution=), GetPortalCommentsPageByObjectIdResponse(id=923314, encodeId=b5ce92331424, content=<a href='/topic/show?id=60c36919659' target=_blank style='color:#2F92EE;'>#生物信息分析#</a>, beContent=null, objectType=article, channel=null, level=null, likeNumber=76, replyNumber=0, topicName=null, topicId=null, topicList=[TopicDto(id=69196, encryptionId=60c36919659, topicName=生物信息分析)], attachment=null, authenticateStatus=null, createdAvatar=https://img.medsci.cn/20220519/c2ab253484ee4527a2d4e9589a4821ac/45de9bf494a54becb2ea4369c9d11e85.jpg, createdBy=7a3710, createdName=lovetcm, createdTime=Sat Feb 06 18:29:06 CST 2021, time=2021-02-06, status=1, ipAttribution=)]
  3. [GetPortalCommentsPageByObjectIdResponse(id=1988038, encodeId=fe75198803874, content=<a href='/topic/show?id=446a91002d6' target=_blank style='color:#2F92EE;'>#解决方案#</a>, beContent=null, objectType=article, channel=null, level=null, likeNumber=47, replyNumber=0, topicName=null, topicId=null, topicList=[TopicDto(id=91002, encryptionId=446a91002d6, topicName=解决方案)], attachment=null, authenticateStatus=null, createdAvatar=, createdBy=c279140, createdName=vividelife, createdTime=Thu Oct 28 20:06:33 CST 2021, time=2021-10-28, status=1, ipAttribution=), GetPortalCommentsPageByObjectIdResponse(id=1942861, encodeId=0a02194286110, content=<a href='/topic/show?id=5244385233f' target=_blank style='color:#2F92EE;'>#可视化#</a>, beContent=null, objectType=article, channel=null, level=null, likeNumber=43, replyNumber=0, topicName=null, topicId=null, topicList=[TopicDto(id=38523, encryptionId=5244385233f, topicName=可视化)], attachment=null, authenticateStatus=null, createdAvatar=, createdBy=8f14236, createdName=经常头晕, createdTime=Fri Sep 10 06:06:33 CST 2021, time=2021-09-10, status=1, ipAttribution=), GetPortalCommentsPageByObjectIdResponse(id=1316386, encodeId=0f541316386c4, content=<a href='/topic/show?id=f3789349c3' target=_blank style='color:#2F92EE;'>#ICH#</a>, beContent=null, objectType=article, channel=null, level=null, likeNumber=42, replyNumber=0, topicName=null, topicId=null, topicList=[TopicDto(id=9349, encryptionId=f3789349c3, topicName=ICH)], attachment=null, authenticateStatus=null, createdAvatar=, createdBy=c192448, createdName=diushouji, createdTime=Mon Feb 08 09:06:33 CST 2021, time=2021-02-08, status=1, ipAttribution=), GetPortalCommentsPageByObjectIdResponse(id=1798456, encodeId=3c831e984565f, content=<a href='/topic/show?id=ad896919381' target=_blank style='color:#2F92EE;'>#生物信#</a>, beContent=null, objectType=article, channel=null, level=null, likeNumber=57, replyNumber=0, topicName=null, topicId=null, topicList=[TopicDto(id=69193, encryptionId=ad896919381, topicName=生物信)], attachment=null, authenticateStatus=null, createdAvatar=, createdBy=de89102, createdName=liuyong2980, createdTime=Sun Dec 19 01:06:33 CST 2021, time=2021-12-19, status=1, ipAttribution=), GetPortalCommentsPageByObjectIdResponse(id=923314, encodeId=b5ce92331424, content=<a href='/topic/show?id=60c36919659' target=_blank style='color:#2F92EE;'>#生物信息分析#</a>, beContent=null, objectType=article, channel=null, level=null, likeNumber=76, replyNumber=0, topicName=null, topicId=null, topicList=[TopicDto(id=69196, encryptionId=60c36919659, topicName=生物信息分析)], attachment=null, authenticateStatus=null, createdAvatar=https://img.medsci.cn/20220519/c2ab253484ee4527a2d4e9589a4821ac/45de9bf494a54becb2ea4369c9d11e85.jpg, createdBy=7a3710, createdName=lovetcm, createdTime=Sat Feb 06 18:29:06 CST 2021, time=2021-02-06, status=1, ipAttribution=)]
    2021-02-08 diushouji
  4. [GetPortalCommentsPageByObjectIdResponse(id=1988038, encodeId=fe75198803874, content=<a href='/topic/show?id=446a91002d6' target=_blank style='color:#2F92EE;'>#解决方案#</a>, beContent=null, objectType=article, channel=null, level=null, likeNumber=47, replyNumber=0, topicName=null, topicId=null, topicList=[TopicDto(id=91002, encryptionId=446a91002d6, topicName=解决方案)], attachment=null, authenticateStatus=null, createdAvatar=, createdBy=c279140, createdName=vividelife, createdTime=Thu Oct 28 20:06:33 CST 2021, time=2021-10-28, status=1, ipAttribution=), GetPortalCommentsPageByObjectIdResponse(id=1942861, encodeId=0a02194286110, content=<a href='/topic/show?id=5244385233f' target=_blank style='color:#2F92EE;'>#可视化#</a>, beContent=null, objectType=article, channel=null, level=null, likeNumber=43, replyNumber=0, topicName=null, topicId=null, topicList=[TopicDto(id=38523, encryptionId=5244385233f, topicName=可视化)], attachment=null, authenticateStatus=null, createdAvatar=, createdBy=8f14236, createdName=经常头晕, createdTime=Fri Sep 10 06:06:33 CST 2021, time=2021-09-10, status=1, ipAttribution=), GetPortalCommentsPageByObjectIdResponse(id=1316386, encodeId=0f541316386c4, content=<a href='/topic/show?id=f3789349c3' target=_blank style='color:#2F92EE;'>#ICH#</a>, beContent=null, objectType=article, channel=null, level=null, likeNumber=42, replyNumber=0, topicName=null, topicId=null, topicList=[TopicDto(id=9349, encryptionId=f3789349c3, topicName=ICH)], attachment=null, authenticateStatus=null, createdAvatar=, createdBy=c192448, createdName=diushouji, createdTime=Mon Feb 08 09:06:33 CST 2021, time=2021-02-08, status=1, ipAttribution=), GetPortalCommentsPageByObjectIdResponse(id=1798456, encodeId=3c831e984565f, content=<a href='/topic/show?id=ad896919381' target=_blank style='color:#2F92EE;'>#生物信#</a>, beContent=null, objectType=article, channel=null, level=null, likeNumber=57, replyNumber=0, topicName=null, topicId=null, topicList=[TopicDto(id=69193, encryptionId=ad896919381, topicName=生物信)], attachment=null, authenticateStatus=null, createdAvatar=, createdBy=de89102, createdName=liuyong2980, createdTime=Sun Dec 19 01:06:33 CST 2021, time=2021-12-19, status=1, ipAttribution=), GetPortalCommentsPageByObjectIdResponse(id=923314, encodeId=b5ce92331424, content=<a href='/topic/show?id=60c36919659' target=_blank style='color:#2F92EE;'>#生物信息分析#</a>, beContent=null, objectType=article, channel=null, level=null, likeNumber=76, replyNumber=0, topicName=null, topicId=null, topicList=[TopicDto(id=69196, encryptionId=60c36919659, topicName=生物信息分析)], attachment=null, authenticateStatus=null, createdAvatar=https://img.medsci.cn/20220519/c2ab253484ee4527a2d4e9589a4821ac/45de9bf494a54becb2ea4369c9d11e85.jpg, createdBy=7a3710, createdName=lovetcm, createdTime=Sat Feb 06 18:29:06 CST 2021, time=2021-02-06, status=1, ipAttribution=)]
  5. [GetPortalCommentsPageByObjectIdResponse(id=1988038, encodeId=fe75198803874, content=<a href='/topic/show?id=446a91002d6' target=_blank style='color:#2F92EE;'>#解决方案#</a>, beContent=null, objectType=article, channel=null, level=null, likeNumber=47, replyNumber=0, topicName=null, topicId=null, topicList=[TopicDto(id=91002, encryptionId=446a91002d6, topicName=解决方案)], attachment=null, authenticateStatus=null, createdAvatar=, createdBy=c279140, createdName=vividelife, createdTime=Thu Oct 28 20:06:33 CST 2021, time=2021-10-28, status=1, ipAttribution=), GetPortalCommentsPageByObjectIdResponse(id=1942861, encodeId=0a02194286110, content=<a href='/topic/show?id=5244385233f' target=_blank style='color:#2F92EE;'>#可视化#</a>, beContent=null, objectType=article, channel=null, level=null, likeNumber=43, replyNumber=0, topicName=null, topicId=null, topicList=[TopicDto(id=38523, encryptionId=5244385233f, topicName=可视化)], attachment=null, authenticateStatus=null, createdAvatar=, createdBy=8f14236, createdName=经常头晕, createdTime=Fri Sep 10 06:06:33 CST 2021, time=2021-09-10, status=1, ipAttribution=), GetPortalCommentsPageByObjectIdResponse(id=1316386, encodeId=0f541316386c4, content=<a href='/topic/show?id=f3789349c3' target=_blank style='color:#2F92EE;'>#ICH#</a>, beContent=null, objectType=article, channel=null, level=null, likeNumber=42, replyNumber=0, topicName=null, topicId=null, topicList=[TopicDto(id=9349, encryptionId=f3789349c3, topicName=ICH)], attachment=null, authenticateStatus=null, createdAvatar=, createdBy=c192448, createdName=diushouji, createdTime=Mon Feb 08 09:06:33 CST 2021, time=2021-02-08, status=1, ipAttribution=), GetPortalCommentsPageByObjectIdResponse(id=1798456, encodeId=3c831e984565f, content=<a href='/topic/show?id=ad896919381' target=_blank style='color:#2F92EE;'>#生物信#</a>, beContent=null, objectType=article, channel=null, level=null, likeNumber=57, replyNumber=0, topicName=null, topicId=null, topicList=[TopicDto(id=69193, encryptionId=ad896919381, topicName=生物信)], attachment=null, authenticateStatus=null, createdAvatar=, createdBy=de89102, createdName=liuyong2980, createdTime=Sun Dec 19 01:06:33 CST 2021, time=2021-12-19, status=1, ipAttribution=), GetPortalCommentsPageByObjectIdResponse(id=923314, encodeId=b5ce92331424, content=<a href='/topic/show?id=60c36919659' target=_blank style='color:#2F92EE;'>#生物信息分析#</a>, beContent=null, objectType=article, channel=null, level=null, likeNumber=76, replyNumber=0, topicName=null, topicId=null, topicList=[TopicDto(id=69196, encryptionId=60c36919659, topicName=生物信息分析)], attachment=null, authenticateStatus=null, createdAvatar=https://img.medsci.cn/20220519/c2ab253484ee4527a2d4e9589a4821ac/45de9bf494a54becb2ea4369c9d11e85.jpg, createdBy=7a3710, createdName=lovetcm, createdTime=Sat Feb 06 18:29:06 CST 2021, time=2021-02-06, status=1, ipAttribution=)]

相关资讯

汇总:生物信息学常用数据库、软件及下载链接

一、生物信息学相关的数据库汇总

Mol Med Rep:通过生物信息学方法对鼻炎分子机制的探索

最近,有研究人员分析了基因表达情况来探索差异化表达的基因(DEGs)在鼻炎发病机理中的功能和调控网络,利用的是生物信息学方法。研究人员从基因表达综合数据库中下载了GSE43523基因的表达数据。研究人员的数据集包括了7个季节性鼻炎案例和5个非过敏性正常案例,并通过R limma包分析了鼻炎样本和正常样本之间的DEGs情况。WebGestal数据库用来鉴定DEGs的KEGG信号通路,并利用R中的DC

Sci Rep:使用生物信息学鉴定骨关节炎中与滑膜炎相关的通路和基因

这项研究表明,几种分子机制与OA滑膜炎的发生发展有关。

Bigtera(大兆)助力生物医学大数据管理与分析

11月16日由江苏省生物医学工程学会生物信息学专业委员会主办,南京医科大学承办的第九届江苏省生物信息学学术会议暨生物医学大数据论坛在南京医科大学至诚楼中顺利召开。此次会议以“生物医学大数据”为主题,会议上特邀南京医科大学李建清教授、北京基因组研究所特聘研究员章张教授等多为知名生物医学大数据专家进行主题报告的演讲,生物信息学及相关领域的学者、研究生、在校大学生近300余人参与到会议当中,场面异常火爆

JNNP:外伤性癫痫发作的重要脑生物标志物:抗癫痫药治疗(EpiBioS4Rx)的癫痫生物信息学研究的初步报告

外伤性脑损伤(TBI)与癫痫发作和创伤后癫痫病(PTE)的继发性损伤相关。尽管先前的工作已经确定了一些潜在的生物标记物,但尚无一项全面的研究对TBI中的生物标记物进行验证,以显示有发生癫痫和诱发癫痫发