{"id":61671,"date":"2024-11-19T15:30:43","date_gmt":"2024-11-19T07:30:43","guid":{"rendered":"http:\/\/www.biocloudservice.com\/wordpress\/?p=61671"},"modified":"2024-11-19T15:30:43","modified_gmt":"2024-11-19T07:30:43","slug":"%e5%af%8c%e9%9b%86%e5%88%86%e6%9e%90%e5%9b%be%e8%bf%98%e8%83%bd%e8%bf%99%e6%a0%b7%e7%94%bb%ef%bc%9f%e5%b0%8f%e8%8a%b1%e6%95%99%e4%bd%a0%e7%94%bb%e5%a5%bd%e7%9c%8b%e7%9a%84%e5%af%8c%e9%9b%86%e7%bb%93","status":"publish","type":"post","link":"http:\/\/www.biocloudservice.com\/wordpress\/?p=61671","title":{"rendered":"\u5bcc\u96c6\u5206\u6790\u56fe\u8fd8\u80fd\u8fd9\u6837\u753b\uff1f\u5c0f\u82b1\u6559\u4f60\u753b\u597d\u770b\u7684\u5bcc\u96c6\u7ed3\u679c\u56fe"},"content":{"rendered":"\n<h1 class=\"wp-block-heading\"><\/h1>\n\n\n\n<p>\u76f8\u4fe1\u5927\u5bb6\u90fd\u4f1a\u505a\u5bcc\u96c6\u5206\u6790\uff0c\u4f46\u662f\u4f60\u4f1a\u628a\u5bcc\u96c6\u5206\u6790\u7684\u7ed3\u679c\u7f8e\u89c2\u3001\u5168\u9762\u5730\u5c55\u793a\u51fa\u6765\u5417\uff1f\u4e00\u4e2a\u597d\u7684\u5206\u6790\u7ed3\u679c\u56fa\u7136\u91cd\u8981\uff0c\u4e00\u4e2a\u597d\u7684\u7ed3\u679c\u56fe\u4e5f\u540c\u6837\u91cd\u8981\uff0c\u7ed3\u679c\u56fe\u53ef\u4ee5\u8ba9\u8bfb\u8005\u5bf9\u4f60\u7684\u5206\u6790\u7ed3\u679c\u4e00\u76ee\u4e86\u7136\uff0c\u8d4f\u5fc3\u60a6\u76ee\u7684\u56fe\u7247\u4e5f\u53ef\u4ee5\u63d0\u5347\u4f60\u7684\u6587\u7ae0\u7684\u6863\u6b21\u3002\u5927\u5bb6\u5bf9\u5206\u6790\u6d41\u7a0b\u90fd\u80f8\u6709\u6210\u7af9\uff0c\u4f46\u662f\u53ef\u80fd\u4f1a\u56e0\u4e0d\u77e5\u9053\u5982\u4f55\u66f4\u597d\u5730\u5c06\u7ed3\u679c\u5c55\u73b0\u51fa\u6765\u800c\u82e6\u607c\u3002\u522b\u62c5\u5fc3\uff0c\u4eca\u5929\u5c0f\u82b1\u5c31\u5e26\u5927\u5bb6\u7ed8\u5236\u4e00\u79cd\u7f8e\u89c2\u7684\u5bcc\u96c6\u5206\u6790\u7ed3\u679c\u56fe\u3002<strong>\u8981\u662f<\/strong><strong>\u60a8<\/strong><strong>\u6709\u81ea\u5df1\u505a\u4e0d\u4e86\u7684\u751f\u4fe1\u5206\u6790\uff0c\u53ef\u4ee5\u8054\u7cfb<\/strong><strong>\u6211\uff0c\u5982\u679c\u60a8\u7684\u6570\u636e\u91cf\u6bd4\u8f83\u5927\u4e5f\u53ef\u4ee5\u8054\u7cfb\u5c0f\u82b1\u79df\u8d41\u9ad8\u6027\u4ef7\u6bd4\u7684\u670d\u52a1\u5668\u54e6<\/strong><strong>\u3002<\/strong><strong><\/strong><\/p>\n\n\n\n<p>\u8fd9\u662f\u4e00\u4e2a\u666e\u901a\u7684\u5bcc\u96c6\u5206\u6790\u548c\u4e00\u5f20\u666e\u901a\u7684\u5bcc\u96c6\u6761\u5f62\u56fe\uff1a<\/p>\n\n\n\n<p>## \u666e\u901a\u7684\u5bcc\u96c6\u5206\u6790\u7ed3\u679c\u56fe<\/p>\n\n\n\n<p>## \u8bfb\u8fdb\u5dee\u5f02\u5206\u6790\u7ed3\u679c<\/p>\n\n\n\n<p>allDiff = read.csv(&#8220;..\/input\/DEGs.csv&#8221;, row.names = 1)<\/p>\n\n\n\n<p>## \u8bbe\u7f6e\u5dee\u5f02\u9608\u503c\u4e3apvalue&lt;0.05 &amp; abs(log2FC)&gt;0.585<\/p>\n\n\n\n<p>allDiff$trend = ifelse(allDiff$pvalue&lt;0.05 &amp; abs(allDiff$logFC)&gt;=0.585,<\/p>\n\n\n\n<p>ifelse(allDiff$logFC&gt;0, &#8220;up&#8221;, &#8220;down&#8221;), &#8220;stable&#8221;)<\/p>\n\n\n\n<p>up_gene = allDiff$gene[which(allDiff$trend==&#8221;up&#8221;)]<\/p>\n\n\n\n<p>down_gene = allDiff$gene[which(allDiff$trend==&#8221;down&#8221;)]<\/p>\n\n\n\n<p>## \u5bf9\u4e0a\u8c03\u57fa\u56e0\u505aGO\u5bcc\u96c6\u5206\u6790<\/p>\n\n\n\n<p>library(clusterProfiler) #\u5bcc\u96c6\u5206\u6790\u4e3b\u8981\u7684\u5305<\/p>\n\n\n\n<p>library(org.Hs.eg.db)#\u67e5\u627e\u7269\u79cd\u6ce8\u91ca\u4fe1\u606f<\/p>\n\n\n\n<p>library(ggplot2)#\u5206\u9762\u7ed8\u56fe\u6240\u9700<\/p>\n\n\n\n<p>library(dplyr)#\u6574\u7406\u6570\u636e<\/p>\n\n\n\n<p>library(ggsci)#\u914d\u8272<\/p>\n\n\n\n<p>library(showtext)<\/p>\n\n\n\n<p>library(scico)<\/p>\n\n\n\n<p>Genes &lt;- bitr(up_gene, &nbsp;<\/p>\n\n\n\n<p>fromType = &#8220;SYMBOL&#8221;, #\u8f93\u5165\u6570\u636e\u7684\u7c7b\u578b<\/p>\n\n\n\n<p>toType = c(&#8220;ENTREZID&#8221;), #\u8981\u8f6c\u6362\u7684\u6570\u636e\u7c7b\u578b<\/p>\n\n\n\n<p>OrgDb = org.Hs.eg.db)<\/p>\n\n\n\n<p># \u5bcc\u96c6\u5206\u6790 &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<\/p>\n\n\n\n<p>GO &lt;- enrichGO(gene = Genes$ENTREZID, #\u8f93\u5165\u57fa\u56e0\u7684&#8221;ENTREZID&#8221;<\/p>\n\n\n\n<p>OrgDb = org.Hs.eg.db,#\u6ce8\u91ca\u4fe1\u606f<\/p>\n\n\n\n<p>keyType = &#8220;ENTREZID&#8221;,<\/p>\n\n\n\n<p>ont = &#8220;all&#8221;, &nbsp;&nbsp;&nbsp;&nbsp;#\u53ef\u9009\u6761\u76eeBP\/CC\/MF<\/p>\n\n\n\n<p>pAdjustMethod = &#8220;BH&#8221;, #p\u503c\u7684\u6821\u6b63\u65b9\u5f0f<\/p>\n\n\n\n<p>pvalueCutoff = 1, &nbsp;&nbsp;#pvalue\u7684\u9608\u503c<\/p>\n\n\n\n<p>qvalueCutoff = 1, #qvalue\u7684\u9608\u503c<\/p>\n\n\n\n<p>minGSSize = 5,<\/p>\n\n\n\n<p>maxGSSize = 5000,<\/p>\n\n\n\n<p>readable = TRUE) &nbsp;&nbsp;#\u662f\u5426\u5c06entrez id\u8f6c\u6362\u4e3asymbol<\/p>\n\n\n\n<p>GO_result &lt;- as.data.frame(GO)<\/p>\n\n\n\n<p>## \u663e\u8457\u5bcc\u96c6\u9608\u503c\u662fp.adjust&lt;0.05\uff0ccount&gt;=2<\/p>\n\n\n\n<p>GO_sig = GO_result[which(GO_result$p.adjust&lt;0.05 &amp; GO_result$Count&gt;=2),]<\/p>\n\n\n\n<p># \u6311\u9009\u6bcf\u4e2a\u5206\u7c7b\u4e2d\u524d5\u663e\u8457\u7684\u6761\u76ee<\/p>\n\n\n\n<p>BP_top5 &lt;- GO_sig %&gt;%<\/p>\n\n\n\n<p>filter(ONTOLOGY == &#8220;BP&#8221;) %&gt;% &nbsp;<\/p>\n\n\n\n<p>arrange(p.adjust) %&gt;% &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<\/p>\n\n\n\n<p>head(5) &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<\/p>\n\n\n\n<p>CC_top5 &lt;- GO_sig %&gt;%<\/p>\n\n\n\n<p>filter(ONTOLOGY == &#8220;CC&#8221;) %&gt;% &nbsp;<\/p>\n\n\n\n<p>arrange(p.adjust) %&gt;% &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<\/p>\n\n\n\n<p>head(5) &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<\/p>\n\n\n\n<p>MF_top5 &lt;- GO_sig %&gt;%<\/p>\n\n\n\n<p>filter(ONTOLOGY == &#8220;MF&#8221;) %&gt;%<\/p>\n\n\n\n<p>arrange(p.adjust) %&gt;% &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<\/p>\n\n\n\n<p>head(5) &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<\/p>\n\n\n\n<p>top5 &lt;- rbind(BP_top5,CC_top5,MF_top5)<\/p>\n\n\n\n<p>top5$ONTOLOGY &lt;- factor(top5$ONTOLOGY, levels = c(&#8220;BP&#8221;, &#8220;CC&#8221;,&#8221;MF&#8221;))<\/p>\n\n\n\n<p>top5$logPvalue &lt;- (-log(top5$p.adjust))<\/p>\n\n\n\n<p>top5$log10P.adjust &lt;- (-log10(top5$p.adjust))<\/p>\n\n\n\n<p># \u7f8e\u5316\u7248\u672c &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<\/p>\n\n\n\n<p>colnames(top5)<\/p>\n\n\n\n<p>top5$Description &lt;- factor(top5$Description, levels = unique(top5$Description[order(top5$ONTOLOGY)]))<\/p>\n\n\n\n<p>p = ggplot(top5, aes(x = Description, y = log10P.adjust, fill = ONTOLOGY)) +<\/p>\n\n\n\n<p>geom_bar(stat = &#8220;identity&#8221;, width = 0.7, color = &#8220;black&#8221;) +<\/p>\n\n\n\n<p>scale_x_discrete(limits = unique(top5$Description[order(top5$ONTOLOGY)])) +<\/p>\n\n\n\n<p>coord_flip() +<\/p>\n\n\n\n<p>scale_y_continuous(expand = c(0,0))+<\/p>\n\n\n\n<p>theme(panel.background = element_rect(fill = &#8220;white&#8221;))+<\/p>\n\n\n\n<p>theme(axis.text = element_text(size = 38, color=&#8221;black&#8221;,family = &#8220;Arial&#8221;),<\/p>\n\n\n\n<p>axis.title = element_text(size=45,family=&#8221;Arial&#8221;,colour = &#8220;black&#8221;),<\/p>\n\n\n\n<p>legend.text = element_text(size = 45, family = &#8220;Arial&#8221;),<\/p>\n\n\n\n<p>legend.title = element_text(size = 45, family = &#8220;Arial&#8221;),<\/p>\n\n\n\n<p>legend.position = &#8220;top&#8221;)+<\/p>\n\n\n\n<p>labs(x = &#8220;GO term&#8221;, y = &#8220;-log10 P.adjust&#8221;)+<\/p>\n\n\n\n<p>scale_fill_nejm(alpha = 0.8)<\/p>\n\n\n\n<p>showtext_auto()<\/p>\n\n\n\n<p>pdf(&#8220;..\/output\/figure1.pdf&#8221;,width = 25,height = 15)<\/p>\n\n\n\n<p>print(p)<\/p>\n\n\n\n<p>dev.off()<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" loading=\"lazy\" width=\"554\" height=\"332\" src=\"https:\/\/i0.wp.com\/www.biocloudservice.com\/wordpress\/wp-content\/uploads\/2024\/10\/1730340894332_ACB4ADD9-169C-47ba-8638-CA70D1544392.png?resize=554%2C332\" alt=\"\" class=\"wp-image-61672\" srcset=\"https:\/\/i0.wp.com\/www.biocloudservice.com\/wordpress\/wp-content\/uploads\/2024\/10\/1730340894332_ACB4ADD9-169C-47ba-8638-CA70D1544392.png?w=554 554w, https:\/\/i0.wp.com\/www.biocloudservice.com\/wordpress\/wp-content\/uploads\/2024\/10\/1730340894332_ACB4ADD9-169C-47ba-8638-CA70D1544392.png?resize=300%2C180 300w\" sizes=\"(max-width: 554px) 100vw, 554px\" data-recalc-dims=\"1\" \/><\/figure>\n\n\n\n<p>\u8fd9\u5f20\u5bcc\u96c6\u7ed3\u679c\u56fe\u5c55\u793a\u4e86GO\u5bcc\u96c6\u5206\u6790\u5404\u4e2a\u7c7b\u522b\u5bcc\u96c6\u6700\u663e\u8457\u7684\u524d5\u4e2a\u6761\u76ee\uff0c\u5b83\u7684\u6a2a\u5750\u6807\u662f-log10(p.adjust)\uff0c\u7eb5\u5750\u6807\u662f\u6761\u76ee\u7684\u63cf\u8ff0\u3002<\/p>\n\n\n\n<p>\u6709\u7684\u5c0f\u4f19\u4f34\u5c31\u8bf4\u4e86\uff0c\u8fd9\u4e2a\u56fe\u770b\u7740\u592a\u666e\u901a\u4e86\uff0c\u5c31\u662f\u4e00\u4e2a\u7b80\u5355\u7684\u6761\u5f62\u56fe\u561b\u3002\u54ce\uff0c\u8fd9\u4e2a\u65f6\u5019\u6211\u5c31\u8981\u4ecb\u7ecd\u4e00\u4e0bGOplot\u8fd9\u4e2a\u5305\u4e86\u3002GOplot\uff0c\u4e13\u95e8\u7528\u4e8e\u53ef\u89c6\u5316\u57fa\u56e0\u672c\u4f53\u8bba\uff08Gene Ontology, GO\uff09\u5bcc\u96c6\u5206\u6790\u7684\u7ed3\u679c\u3002\u5b83\u53ef\u4ee5\u7ed8\u5236\u6761\u5f62\u56fe\uff0c\u663e\u793a\u6bcf\u4e2aGO\u672f\u8bed\u7684\u5bcc\u96c6\u5206\u6570\u548c\u663e\u8457\u6027\uff1b\u5b83\u53ef\u4ee5\u7ed8\u5236\u5706\u5f62\u56fe\uff0c\u663e\u793aGO\u672f\u8bed\u7684\u5bcc\u96c6\u5206\u6570\u548c\u663e\u8457\u6027\uff1b\u4ed6\u53ef\u4ee5\u7ed8\u5236\u6c14\u6ce1\u56fe\uff0c\u663e\u793aGO\u672f\u8bed\u7684\u663e\u8457\u6027\u548c\u57fa\u56e0\u6570\uff1b\u5b83\u53ef\u4ee5\u7ed8\u5236\u548c\u5f26\u56fe\uff0c\u663e\u793a\u4e0d\u540cGO\u7c7b\u522b\u4e4b\u95f4\u7684\u57fa\u56e0\u91cd\u53e0\u3002\u4f60\u662f\u5426\u6709\u4e9b\u5fc3\u52a8\u4e86\u5462\uff0c\u4e0b\u9762\u5c0f\u82b1\u5c31\u5e26\u5927\u5bb6\u7ed8\u5236\u8fd9\u4e9b\u7f8e\u89c2\u7684\u5bcc\u96c6\u5206\u6790\u56fe\u3002<\/p>\n\n\n\n<p>GOplot\u9700\u8981\u7684\u6570\u636e\u683c\u5f0f\u548c\u666e\u901a\u7684\u5bcc\u96c6\u5206\u6790\u7ed3\u679c\u4e0d\u592a\u4e00\u6837\uff0c\u6240\u4ee5\u6211\u4eec\u8981\u5148\u5236\u4f5c\u51c6\u5907\u6570\u636e\uff1a<\/p>\n\n\n\n<p>## diff\u662f\u5dee\u5f02\u5206\u6790\u7ed3\u679c\uff0c\u4e14\u53ea\u5305\u542b\u4e86\u5dee\u5f02\u57fa\u56e0<\/p>\n\n\n\n<p>diff = allDiff[which(allDiff$trend!=&#8221;stable&#8221;), -8]<\/p>\n\n\n\n<p>colnames(diff) = c(&#8220;ID&#8221;, &#8220;logFC&#8221;, &#8220;AveExpr&#8221;, &#8220;t&#8221;, &#8220;P.Value&#8221;, &#8220;adj.P.Val&#8221;, &#8220;B&#8221;)<\/p>\n\n\n\n<p>Genes &lt;- bitr(diff$ID, &nbsp;<\/p>\n\n\n\n<p>fromType = &#8220;SYMBOL&#8221;,<\/p>\n\n\n\n<p>toType = c(&#8220;ENTREZID&#8221;),<\/p>\n\n\n\n<p>OrgDb = org.Hs.eg.db)<\/p>\n\n\n\n<p># \u5bcc\u96c6\u5206\u6790 &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<\/p>\n\n\n\n<p>GO &lt;- enrichGO(gene = Genes$ENTREZID,<\/p>\n\n\n\n<p>OrgDb = org.Hs.eg.db,<\/p>\n\n\n\n<p>keyType = &#8220;ENTREZID&#8221;,<\/p>\n\n\n\n<p>ont = &#8220;all&#8221;, &nbsp;&nbsp;&nbsp;&nbsp;<\/p>\n\n\n\n<p>pAdjustMethod = &#8220;BH&#8221;,<\/p>\n\n\n\n<p>pvalueCutoff = 1, &nbsp;&nbsp;<\/p>\n\n\n\n<p>qvalueCutoff = 1,<\/p>\n\n\n\n<p>minGSSize = 5,<\/p>\n\n\n\n<p>maxGSSize = 5000,<\/p>\n\n\n\n<p>readable = TRUE) &nbsp;&nbsp;<\/p>\n\n\n\n<p>## \u628a\u7ed3\u679c\u6574\u7406\u6210\u9700\u8981\u7684\u5f62\u5f0f<\/p>\n\n\n\n<p>GO_result &lt;- as.data.frame(GO)<\/p>\n\n\n\n<p>GO_result = GO_result[which(GO_result$p.adjust&lt;0.05 &amp; GO_result$Count&gt;=2), c(1, 2, 3, 9, 7)]<\/p>\n\n\n\n<p>colnames(GO_result) = c(&#8220;Category&#8221;, &#8220;ID&#8221;, &#8220;Term&#8221;, &#8220;Genes&#8221;, &#8220;adj_pval&#8221;)<\/p>\n\n\n\n<p>GO_result$Genes = apply(GO_result, 1, function(x){<\/p>\n\n\n\n<p>&nbsp;&nbsp;return(gsub(&#8220;\/&#8221;, &#8220;, &#8220;, x[4]))<\/p>\n\n\n\n<p>})<\/p>\n\n\n\n<p>circ &lt;- circle_dat(GO_result, diff)<\/p>\n\n\n\n<p>head(circ)<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" loading=\"lazy\" width=\"554\" height=\"291\" src=\"https:\/\/i0.wp.com\/www.biocloudservice.com\/wordpress\/wp-content\/uploads\/2024\/10\/1730340907141_89A4BE42-0B15-4b5b-9F0C-0BD7B9155BBD.png?resize=554%2C291\" alt=\"\" class=\"wp-image-61673\" srcset=\"https:\/\/i0.wp.com\/www.biocloudservice.com\/wordpress\/wp-content\/uploads\/2024\/10\/1730340907141_89A4BE42-0B15-4b5b-9F0C-0BD7B9155BBD.png?w=554 554w, https:\/\/i0.wp.com\/www.biocloudservice.com\/wordpress\/wp-content\/uploads\/2024\/10\/1730340907141_89A4BE42-0B15-4b5b-9F0C-0BD7B9155BBD.png?resize=300%2C158 300w\" sizes=\"(max-width: 554px) 100vw, 554px\" data-recalc-dims=\"1\" \/><\/figure>\n\n\n\n<p>\u8fd9\u91cc\u7684circ\u5c31\u662f\u6211\u4eec\u9700\u8981\u7684\u6570\u636e\u4e86\uff0c\u8fd9\u91cc\u6709\u4e00\u5217\u662fzscore\uff0c\u5b83\u7528\u6765\u8868\u793a\u8fd9\u4e2a\u6761\u76ee\u4e2d\u4e0a\u8c03\u57fa\u56e0\u548c\u4e0b\u8c03\u57fa\u56e0\u7684\u60c5\u51b5\uff0c\u5982\u679czscore\u5927\u4e8e0\u8868\u793a\u8fd9\u4e2a\u5bcc\u96c6\u5230\u8fd9\u4e2a\u6761\u76ee\u7684\u4e0a\u8c03\u57fa\u56e0\u591a\uff0c\u53cd\u4e4b\u5219\u662f\u4e0b\u8c03\u57fa\u56e0\u591a\u3002<\/p>\n\n\n\n<p>\u8fd9\u91cc\u7684up\u662f\u6307\u5bcc\u96c6\u5230\u8fd9\u4e2a\u6761\u76ee\u7684\u4e0a\u8c03\u57fa\u56e0\u7684\u6570\u76ee\uff0cdown\u662f\u6307\u5bcc\u96c6\u5230\u8fd9\u4e2a\u6761\u76ee\u7684\u4e0b\u8c03\u57fa\u56e0\u7684\u6570\u76ee\uff0ccount\u662f\u5bcc\u96c6\u5230\u8fd9\u4e2a\u6761\u76ee\u7684\u6240\u6709\u57fa\u56e0\u7684\u6570\u76ee\u3002<\/p>\n\n\n\n<p>\u9996\u5148\uff0c\u6211\u4eec\u6765\u5c55\u793a\u4e00\u4e0bGOplot\u7684\u6761\u5f62\u56fe\uff1a<\/p>\n\n\n\n<p>library(GOplot)<\/p>\n\n\n\n<p>## \u5c55\u793a\u5404\u4e2a\u7c7b\u522b\u6700\u663e\u8457\u7684\u524d5\u4e2a\u6761\u76ee<\/p>\n\n\n\n<p>BP_top5 &lt;- GO_result %&gt;%<\/p>\n\n\n\n<p>filter(Category == &#8220;BP&#8221;) %&gt;% &nbsp;<\/p>\n\n\n\n<p>arrange(adj_pval) %&gt;% &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<\/p>\n\n\n\n<p>head(5) &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<\/p>\n\n\n\n<p>CC_top5 &lt;- GO_result %&gt;%<\/p>\n\n\n\n<p>filter(Category == &#8220;CC&#8221;) %&gt;% &nbsp;<\/p>\n\n\n\n<p>arrange(adj_pval) %&gt;% &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<\/p>\n\n\n\n<p>head(5) &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<\/p>\n\n\n\n<p>MF_top5 &lt;- GO_result %&gt;%<\/p>\n\n\n\n<p>filter(Category == &#8220;MF&#8221;) %&gt;%<\/p>\n\n\n\n<p>arrange(adj_pval) %&gt;% &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<\/p>\n\n\n\n<p>head(5)<\/p>\n\n\n\n<p>## \u6761\u5f62\u56fe<\/p>\n\n\n\n<p>pdf(&#8220;..\/output\/figure2.pdf&#8221;)<\/p>\n\n\n\n<p>GOBar(subset(circ, ID %in% c(BP_top5$ID, CC_top5$ID, MF_top5$ID)), ## \u5c55\u793a\u7684\u6761\u76ee\u6570\u636e<\/p>\n\n\n\n<p>display = &#8220;multiple&#8221;, ## \u5206\u7c7b\u8fdb\u884c\u5206\u9762<\/p>\n\n\n\n<p>zsc.col = c(&#8216;red&#8217;, &#8216;black&#8217;, &#8216;blue&#8217;)) ## \u8bbe\u7f6ez-score\u8272\u9636\uff0c\u4f9d\u6b21\u4e3ac(high, midpoint, low)<\/p>\n\n\n\n<p>dev.off()<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" loading=\"lazy\" width=\"554\" height=\"536\" src=\"https:\/\/i0.wp.com\/www.biocloudservice.com\/wordpress\/wp-content\/uploads\/2024\/10\/1730340916173_F7CDAA19-CD11-495a-BC95-075B4C88CFBC-1.png?resize=554%2C536\" alt=\"\" class=\"wp-image-61682\" srcset=\"https:\/\/i0.wp.com\/www.biocloudservice.com\/wordpress\/wp-content\/uploads\/2024\/10\/1730340916173_F7CDAA19-CD11-495a-BC95-075B4C88CFBC-1.png?w=554 554w, https:\/\/i0.wp.com\/www.biocloudservice.com\/wordpress\/wp-content\/uploads\/2024\/10\/1730340916173_F7CDAA19-CD11-495a-BC95-075B4C88CFBC-1.png?resize=300%2C290 300w\" sizes=\"(max-width: 554px) 100vw, 554px\" data-recalc-dims=\"1\" \/><\/figure>\n\n\n\n<p>\u8fd9\u91cc\u5176\u5b9e\u4e5f\u662f\u6761\u5f62\u56fe\uff0c\u4f46\u662f\u591a\u4e86\u989c\u8272\uff0c\u4ece\u989c\u8272\u4e2d\u6211\u4eec\u53ef\u4ee5\u77e5\u9053\u8fd9\u4e2a\u6761\u76ee\u6574\u4f53\u662f\u4e0a\u8c03\u7684\u8fd8\u662f\u4e0b\u8c03\u7684\u3002\u4f46\u662f\u56e0\u4e3a\u8fd9\u51e0\u4e2a\u6761\u76ee\u7684zscore\u90fd\u662f\u6b63\u7684\uff0c\u6240\u4ee5\u8bbe\u7f6e\u7684\u8272\u9636\u4e2d\u84dd\u8272\u6ca1\u6709\u663e\u73b0\u51fa\u6765\u3002<\/p>\n\n\n\n<p>\u7136\u540e\u6211\u4eec\u518d\u6765\u770b\u4e00\u4e0b\u6c14\u6ce1\u56fe\uff1a<\/p>\n\n\n\n<p>## \u6c14\u6ce1\u56fe<\/p>\n\n\n\n<p>pdf(&#8220;..\/output\/figure3.pdf&#8221;)<\/p>\n\n\n\n<p>GOBubble(circ, colour = c(&#8216;orange&#8217;, &#8216;forestgreen&#8217;, &#8216;purple&#8217;), ## \u8bbe\u7f6e\u6bcf\u4e2a\u7c7b\u578b\u7684\u989c\u8272<\/p>\n\n\n\n<p>display = &#8216;multiple&#8217;, labels = 10 ## \u663e\u793ay&gt;10\u7684\u6807\u7b7e<\/p>\n\n\n\n<p>)<\/p>\n\n\n\n<p>dev.off()<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" loading=\"lazy\" width=\"554\" height=\"531\" src=\"https:\/\/i0.wp.com\/www.biocloudservice.com\/wordpress\/wp-content\/uploads\/2024\/10\/1730340925855_187FE4BB-6A86-47da-8F4B-09DD95561DB6-1.png?resize=554%2C531\" alt=\"\" class=\"wp-image-61683\" srcset=\"https:\/\/i0.wp.com\/www.biocloudservice.com\/wordpress\/wp-content\/uploads\/2024\/10\/1730340925855_187FE4BB-6A86-47da-8F4B-09DD95561DB6-1.png?w=554 554w, https:\/\/i0.wp.com\/www.biocloudservice.com\/wordpress\/wp-content\/uploads\/2024\/10\/1730340925855_187FE4BB-6A86-47da-8F4B-09DD95561DB6-1.png?resize=300%2C288 300w\" sizes=\"(max-width: 554px) 100vw, 554px\" data-recalc-dims=\"1\" \/><\/figure>\n\n\n\n<p>\u8fd9\u91cc\u6a2a\u5750\u6807\u5c31\u662fzscore\uff0c\u4f46\u662f\u8fd9\u6837\u770b\u7740\u592a\u4e71\u4e86\uff0c\u8fd9\u662f\u53ef\u4ee5\u628a\u76f8\u4f3c\u6027\u6bd4\u8f83\u9ad8\u7684\u6761\u76ee\u5220\u6389\uff1a<\/p>\n\n\n\n<p>## \u5f88\u660e\u663e\u53ef\u4ee5\u770b\u5230\u6761\u76ee\u592a\u591a\u4e86\uff0c\u663e\u793a\u4f1a\u6324\u5728\u4e00\u8d77<\/p>\n\n\n\n<p>## \u5220\u9664\u57fa\u56e0\u91cd\u53e0\u5927\u4e8e\u6216\u7b49\u4e8e 0.75\u7684 terms\uff08\u5177\u4f53\u4e0d\u77e5\u9053\u6309\u4ec0\u4e48\u539f\u5219\u5220\u7684\uff09<\/p>\n\n\n\n<p>reduced_circ &lt;- reduce_overlap(circ, overlap = 0.75)<\/p>\n\n\n\n<p>pdf(&#8220;..\/output\/figure4.pdf&#8221;)<\/p>\n\n\n\n<p>GOBubble(reduced_circ, colour = c(&#8216;orange&#8217;, &#8216;forestgreen&#8217;, &#8216;purple&#8217;), ## \u8bbe\u7f6e\u6bcf\u4e2a\u7c7b\u578b\u7684\u989c\u8272<\/p>\n\n\n\n<p>display = &#8216;multiple&#8217;, labels = 10 ## \u663e\u793ay&gt;10\u7684\u6807\u7b7e<\/p>\n\n\n\n<p>)<\/p>\n\n\n\n<p>dev.off()<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" loading=\"lazy\" width=\"554\" height=\"534\" src=\"https:\/\/i0.wp.com\/www.biocloudservice.com\/wordpress\/wp-content\/uploads\/2024\/10\/1730340933990_72A288BB-C8C8-4085-8C25-6312FC9D54E2-1.png?resize=554%2C534\" alt=\"\" class=\"wp-image-61684\" srcset=\"https:\/\/i0.wp.com\/www.biocloudservice.com\/wordpress\/wp-content\/uploads\/2024\/10\/1730340933990_72A288BB-C8C8-4085-8C25-6312FC9D54E2-1.png?w=554 554w, https:\/\/i0.wp.com\/www.biocloudservice.com\/wordpress\/wp-content\/uploads\/2024\/10\/1730340933990_72A288BB-C8C8-4085-8C25-6312FC9D54E2-1.png?resize=300%2C289 300w\" sizes=\"(max-width: 554px) 100vw, 554px\" data-recalc-dims=\"1\" \/><\/figure>\n\n\n\n<p>\u8fd9\u6837\u770b\u7740\u5c31\u6e05\u723d\u5f88\u591a\u4e86\u3002\u7136\u540e\u6211\u4eec\u518d\u6765\u770b\u4e00\u4e0b\u5708\u56fe\uff1a<\/p>\n\n\n\n<p>## # \u53ef\u89c6\u5316\u611f\u5174\u8da3\u7684\u6761\u76ee<\/p>\n\n\n\n<p>IDs &lt;- c(BP_top5$ID[1:3], CC_top5$ID[1:3], MF_top5$ID[1:3])<\/p>\n\n\n\n<p>pdf(&#8220;..\/output\/figure5.pdf&#8221;, width = 13, height = 7)<\/p>\n\n\n\n<p>GOCircle(circ, nsub = IDs)<\/p>\n\n\n\n<p>dev.off()<\/p>\n\n\n\n<p># \u53ef\u89c6\u5316\u524d5\u4e2a\u6761\u76ee<\/p>\n\n\n\n<p>pdf(&#8220;..\/output\/figure6.pdf&#8221;, width = 10, height = 5)<\/p>\n\n\n\n<p>GOCircle(circ, nsub = 5)<\/p>\n\n\n\n<p>dev.off()<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" loading=\"lazy\" width=\"554\" height=\"316\" src=\"https:\/\/i0.wp.com\/www.biocloudservice.com\/wordpress\/wp-content\/uploads\/2024\/10\/1730340944324_6438CDCC-09B0-4a01-8182-FDC689C7959A-1.png?resize=554%2C316\" alt=\"\" class=\"wp-image-61685\" srcset=\"https:\/\/i0.wp.com\/www.biocloudservice.com\/wordpress\/wp-content\/uploads\/2024\/10\/1730340944324_6438CDCC-09B0-4a01-8182-FDC689C7959A-1.png?w=554 554w, https:\/\/i0.wp.com\/www.biocloudservice.com\/wordpress\/wp-content\/uploads\/2024\/10\/1730340944324_6438CDCC-09B0-4a01-8182-FDC689C7959A-1.png?resize=300%2C171 300w\" sizes=\"(max-width: 554px) 100vw, 554px\" data-recalc-dims=\"1\" \/><\/figure>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" loading=\"lazy\" width=\"554\" height=\"300\" src=\"https:\/\/i0.wp.com\/www.biocloudservice.com\/wordpress\/wp-content\/uploads\/2024\/10\/1730340953771_4E0610EA-D3B6-427d-B8D7-4F19DF3C493D-1.png?resize=554%2C300\" alt=\"\" class=\"wp-image-61686\" srcset=\"https:\/\/i0.wp.com\/www.biocloudservice.com\/wordpress\/wp-content\/uploads\/2024\/10\/1730340953771_4E0610EA-D3B6-427d-B8D7-4F19DF3C493D-1.png?w=554 554w, https:\/\/i0.wp.com\/www.biocloudservice.com\/wordpress\/wp-content\/uploads\/2024\/10\/1730340953771_4E0610EA-D3B6-427d-B8D7-4F19DF3C493D-1.png?resize=300%2C162 300w\" sizes=\"(max-width: 554px) 100vw, 554px\" data-recalc-dims=\"1\" \/><\/figure>\n\n\n\n<p>\u6700\u5916\u5708\u663e\u793a\u4e86\u5bcc\u96c6\u57fa\u56e0\u7684\u4e0a\u8c03\u548c\u4e0b\u8c03\u60c5\u51b5\uff0c\u5185\u5708\u989c\u8272\u8868\u793azscore\u7684\u5927\u5c0f\uff0c\u5185\u5708\u9ad8\u4f4e\u8868\u793a\u5bcc\u96c6\u7ed3\u679c\u7684\u663e\u8457\u6027\u3002\u6211\u4eec\u518d\u6765\u770b\u4e00\u4e0b\u5f26\u56fe\uff1a<\/p>\n\n\n\n<p>## \u5f26\u56fe<\/p>\n\n\n\n<p>chord &lt;- chord_dat(data = subset(circ, ID %in% c(BP_top5$ID[1:3], CC_top5$ID[1:3], MF_top5$ID[1:3])),<\/p>\n\n\n\n<p>genes = diff[,c(1, 2)])<\/p>\n\n\n\n<p>pdf(&#8220;..\/output\/figure7.pdf&#8221;)<\/p>\n\n\n\n<p>GOChord(chord, space = 0.02, gene.order = &#8216;logFC&#8217;, gene.space = 0.25, gene.size = 3,<\/p>\n\n\n\n<p>limit = c(3, 30)) ## \u5c55\u793a\u57fa\u56e0\u81f3\u5c11\u5bcc\u96c6\u5230\u4e09\u4e2a\u6761\u76ee\uff0c\u5c55\u793a\u6761\u76ee\u81f3\u5c11\u670930\u4e2a\u57fa\u56e0\u5bcc\u96c6<\/p>\n\n\n\n<p>dev.off()<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" loading=\"lazy\" width=\"554\" height=\"518\" src=\"https:\/\/i0.wp.com\/www.biocloudservice.com\/wordpress\/wp-content\/uploads\/2024\/10\/1730340963336_9BDE215B-6F23-43dc-971E-17A9EB9D5337-1.png?resize=554%2C518\" alt=\"\" class=\"wp-image-61687\" srcset=\"https:\/\/i0.wp.com\/www.biocloudservice.com\/wordpress\/wp-content\/uploads\/2024\/10\/1730340963336_9BDE215B-6F23-43dc-971E-17A9EB9D5337-1.png?w=554 554w, https:\/\/i0.wp.com\/www.biocloudservice.com\/wordpress\/wp-content\/uploads\/2024\/10\/1730340963336_9BDE215B-6F23-43dc-971E-17A9EB9D5337-1.png?resize=300%2C281 300w\" sizes=\"(max-width: 554px) 100vw, 554px\" data-recalc-dims=\"1\" \/><\/figure>\n\n\n\n<p>\u5f88\u96be\u53d7\u7684\u4e00\u70b9\u5c31\u662f\u65e0\u6cd5\u8c03\u6574\u56fe\u4f8b\u7684\u6392\u5217\u548c\u4f4d\u7f6e\uff0c\u5bfc\u81f4\u5f88\u591a\u56fe\u4f8b\u770b\u4e0d\u5230\uff0c\u800c\u4e14\u51fd\u6570\u6ca1\u6709\u63d0\u4f9b\u53c2\u6570\u6765\u4fee\u6539\u3002\u8fd9\u65f6\u5019\u6211\u4eec\u53ef\u4ee5\u901a\u8fc7\u4fee\u6539\u6e90\u4ee3\u7801\u6765\u89e3\u51b3\u3002<\/p>\n\n\n\n<p>trace(GOChord, edit = TRUE)<\/p>\n\n\n\n<p>pdf(&#8220;..\/output\/figure8.pdf&#8221;, width = 10, height = 5)<\/p>\n\n\n\n<p>GOChord(chord, space = 0.02, gene.order = &#8216;logFC&#8217;, gene.space = 0.25, gene.size = 3,<\/p>\n\n\n\n<p>limit = c(3, 30)) ## \u5c55\u793a\u57fa\u56e0\u81f3\u5c11\u5bcc\u96c6\u5230\u4e09\u4e2a\u6761\u76ee\uff0c\u5c55\u793a\u6761\u76ee\u81f3\u5c11\u670930\u4e2a\u57fa\u56e0\u5bcc\u96c6<\/p>\n\n\n\n<p>dev.off()<\/p>\n\n\n\n<p>\u5728\u6240\u793a\u4f4d\u7f6e\u6dfb\u52a0\u8fd9\u51e0\u884c\u4ee3\u7801\u5373\u53ef\uff1a\u8bbe\u7f6eGO Terms\u56fe\u4f8b\u4f4d\u7f6e\u5728\u53f3\u8fb9\uff0c\u4e14\u56fe\u4f8b\u7684\u5217\u662f\u4e00\u5217\u3002\u4ee3\u7801\u5df2\u7ecf\u4e3a\u5927\u5bb6\u51c6\u5907\u597d\u4e86\uff0c\u5927\u5bb6\u53ef\u4ee5\u5728code\/GO_Chord.R\u590d\u5236\u7c98\u8d34\u5373\u53ef\u3002<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" loading=\"lazy\" width=\"553\" height=\"164\" src=\"https:\/\/i0.wp.com\/www.biocloudservice.com\/wordpress\/wp-content\/uploads\/2024\/10\/1730340972018_66404F73-1B90-418f-BF9C-F16475E1252D-1.png?resize=553%2C164\" alt=\"\" class=\"wp-image-61688\" srcset=\"https:\/\/i0.wp.com\/www.biocloudservice.com\/wordpress\/wp-content\/uploads\/2024\/10\/1730340972018_66404F73-1B90-418f-BF9C-F16475E1252D-1.png?w=553 553w, https:\/\/i0.wp.com\/www.biocloudservice.com\/wordpress\/wp-content\/uploads\/2024\/10\/1730340972018_66404F73-1B90-418f-BF9C-F16475E1252D-1.png?resize=300%2C89 300w\" sizes=\"(max-width: 553px) 100vw, 553px\" data-recalc-dims=\"1\" \/><\/figure>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" loading=\"lazy\" width=\"553\" height=\"341\" src=\"https:\/\/i0.wp.com\/www.biocloudservice.com\/wordpress\/wp-content\/uploads\/2024\/10\/1730340980940_DAE5BA08-28A6-40c1-9402-AAF653804BF8-1.png?resize=553%2C341\" alt=\"\" class=\"wp-image-61689\" srcset=\"https:\/\/i0.wp.com\/www.biocloudservice.com\/wordpress\/wp-content\/uploads\/2024\/10\/1730340980940_DAE5BA08-28A6-40c1-9402-AAF653804BF8-1.png?w=553 553w, https:\/\/i0.wp.com\/www.biocloudservice.com\/wordpress\/wp-content\/uploads\/2024\/10\/1730340980940_DAE5BA08-28A6-40c1-9402-AAF653804BF8-1.png?resize=300%2C185 300w\" sizes=\"(max-width: 553px) 100vw, 553px\" data-recalc-dims=\"1\" \/><\/figure>\n\n\n\n<p>\u8fd9\u6837\u5f26\u56fe\u5c31\u663e\u793a\u5b8c\u5168\u4e86\uff0c\u5f26\u56fe\u5c55\u793a\u4e86\u6240\u9009\u57fa\u56e0\u548c\u6761\u76ee\u4e4b\u95f4\u7684\u5173\u7cfb\uff0c\u4ee5\u53ca\u8fd9\u4e9b\u57fa\u56e0\u7684logFC\u3002<\/p>\n\n\n\n<p>&nbsp;&nbsp;&nbsp;&nbsp;\u4eca\u5929\u7684\u5bcc\u96c6\u5206\u6790\u7ed3\u679c\u753b\u56fe\u65b9\u6cd5\u5c31\u5206\u4eab\u5230\u8fd9\u91cc\uff0c\u5e0c\u671b\u5bf9\u5927\u5bb6\u80fd\u6709\u6240\u5e2e\u52a9\uff0c\u5982\u679c\u5927\u5bb6\u53d1\u73b0\u6587\u4e2d\u6709\u4e0d\u5bf9\u7684\u5730\u65b9\u6216\u6709\u5176\u4ed6\u7591\u95ee\uff0c\u6b22\u8fce\u7559\u8a00\u5206\u4eab\u3002<strong>\u5982\u679c\u5404\u4f4d\u89c9\u5f97\u81ea\u5df1\u8fd0\u884c\u4ee3\u7801\u592a\u9ebb\u70e6\uff0c\u6b22\u8fce\u7528\u6211\u4eec\u7684\u4e91\u751f\u4fe1\u5c0f\u5de5\u5177<\/strong><strong>(<\/strong><strong>http:\/\/www.biocloudservice.com\/home.html<\/strong><strong>)<\/strong><strong>\uff0c\u53ea\u8981\u8f93\u5165\u5408\u9002\u7684\u6570\u636e\u5c31\u53ef\u4ee5\u76f4\u63a5\u51fa\u60f3\u8981\u7684\u56fe\u5462<\/strong><strong>\u3002<\/strong><\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u76f8\u4fe1\u5927\u5bb6\u90fd\u4f1a\u505a\u5bcc\u96c6\u5206\u6790\uff0c\u4f46\u662f\u4f60\u4f1a\u628a\u5bcc\u96c6\u5206\u6790\u7684\u7ed3\u679c\u7f8e\u89c2\u3001\u5168\u9762\u5730\u5c55\u793a\u51fa\u6765\u5417\uff1f\u4e00\u4e2a\u597d\u7684\u5206\u6790\u7ed3\u679c\u56fa\u7136\u91cd\u8981\uff0c\u4e00\u4e2a\u597d\u7684\u7ed3\u679c [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"","sticky":false,"template":"","format":"standard","meta":{"jetpack_post_was_ever_published":false,"_jetpack_newsletter_access":""},"categories":[1],"tags":[],"jetpack_featured_media_url":"","_links":{"self":[{"href":"http:\/\/www.biocloudservice.com\/wordpress\/index.php?rest_route=\/wp\/v2\/posts\/61671"}],"collection":[{"href":"http:\/\/www.biocloudservice.com\/wordpress\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/www.biocloudservice.com\/wordpress\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/www.biocloudservice.com\/wordpress\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/www.biocloudservice.com\/wordpress\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=61671"}],"version-history":[{"count":1,"href":"http:\/\/www.biocloudservice.com\/wordpress\/index.php?rest_route=\/wp\/v2\/posts\/61671\/revisions"}],"predecessor-version":[{"id":61690,"href":"http:\/\/www.biocloudservice.com\/wordpress\/index.php?rest_route=\/wp\/v2\/posts\/61671\/revisions\/61690"}],"wp:attachment":[{"href":"http:\/\/www.biocloudservice.com\/wordpress\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=61671"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/www.biocloudservice.com\/wordpress\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=61671"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/www.biocloudservice.com\/wordpress\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=61671"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}