摘要:
2022年07月19日 R4.1安装ggpubr出现了问题,要用conda先装一个nlopt # conda install -c conda-forge nlopt # conda install -c conda-forge r-nloptr library(nloptr) install.pa 阅读全文
摘要:
生物信息里面有几种典型的network: PPI,就是蛋白互做的网络,直接可以从STRING数据库下载; TF correlation network,就是根据转录组的数据来构建相关性; TF target network,SCENIC等就是做这个的; 自己构思有点难,那就开启写轮眼开始模仿吧。 这 阅读全文