ICode9

精准搜索请尝试: 精确搜索
首页 > 其他分享> 文章详细

转录因子相关性网络 | TF network analysis

2022-01-04 13:05:17  阅读:229  来源: 互联网

标签:network analysis threshold correlation TF our TFs


 

生物信息里面有几种典型的network:

  • PPI,就是蛋白互做的网络,直接可以从STRING数据库下载;
  • TF correlation network,就是根据转录组的数据来构建相关性;
  • TF target network,SCENIC等就是做这个的;

 

自己构思有点难,那就开启写轮眼开始模仿吧。

这里推荐一篇论文:2015 – PNAS - Human cerebral organoids recapitulate gene expression programs of fetal neocortex development 【in vivo和in vitro单细胞比较】

 

见图2C,为什么这种图这么受实验老板的喜欢,因为符合直觉感知,也提供了非常核心的信息。

  • trajectory已经揭示了细胞的分化路径;
  • TF网络则揭示了在每一个阶段发挥关键作用的TF;

信息不在多,而在于精,最后吧所有核心的TF列出来,实验的老板就high了。

 

如何代码实现?这篇文章很良心,方法里描述得比较清晰了。

For Fig. 2C, for the TF network analysis, we computed a pairwise correlation matrix for TFs annotated as such in the “Animal Transcription Factor Database” (www.bioguo.org/AnimalTFDB/) (39) and identified those TFs with a correlation of greater than 0.3 with at least three other TFs (99 TFs). We used a permutation approach to determine the probability of finding TFs meeting this threshold by chance. We randomly shuffled the columns (TFs) of each row (cells) 500 times and calculated the pairwise correlation matrix for each permutation of the input data frame. After each permutation, we counted the number of TFs meeting our threshold. The majority of randomized data frames (96%) resulted in 0 TFs that met our threshold. The maximum number of TFs that met our threshold was 2, which occurred in only 0.2% of the permutations. In contrast, our data resulted in 99 TFs that met this threshold, which suggests that our threshold was strict, but all nodes and connections that we present in the TF network are highly unlikely to be by chance. We used the pairwise correlation matrix for the selected TFs as input into the function graph.adjacency() of igraph implemented in R (igraph.sf.net) to generate a weighted network graph, in which the selected TFs are presented as vertices and all pairwise correlations >0.2 are presented as edges linking the respective vertices. The network graph was visualized using the fruchterman reingold layout. TF vertices were manually colorcoded based on the expression pattern along the monocle lineage. Green, teal, and blue represent highest average expression in APs, BPs, and neurons, respectively.

 

以下是我的模仿结果:

 

 

待续~

 

标签:network,analysis,threshold,correlation,TF,our,TFs
来源: https://www.cnblogs.com/leezx/p/15762026.html

本站声明: 1. iCode9 技术分享网(下文简称本站)提供的所有内容,仅供技术学习、探讨和分享;
2. 关于本站的所有留言、评论、转载及引用,纯属内容发起人的个人观点,与本站观点和立场无关;
3. 关于本站的所有言论和文字,纯属内容发起人的个人观点,与本站观点和立场无关;
4. 本站文章均是网友提供,不完全保证技术分享内容的完整性、准确性、时效性、风险性和版权归属;如您发现该文章侵犯了您的权益,可联系我们第一时间进行删除;
5. 本站为非盈利性的个人网站,所有内容不会用来进行牟利,也不会利用任何形式的广告来间接获益,纯粹是为了广大技术爱好者提供技术内容和技术思想的分享性交流网站。

专注分享技术,共同学习,共同进步。侵权联系[81616952@qq.com]

Copyright (C)ICode9.com, All Rights Reserved.

ICode9版权所有