.../var/data/work/4.expression/gene_read_counts_table_all_final.tsv
出来的结果如图:
缺少上下调的变化,返回看edgeR等安装步骤发现了如下几个警告:
> source("http://bioconductor.org/biocLite.R")
Bioconductor version 3.2 (BiocInstaller 1.20.3), ?biocLite for help
...
...fy (non-R) library path for dynamic library loading in R?。成功测试的结果如下:> library(igraph)
>
> g <- make_graph("Zachary")
>
> ## We put everything into a big 'try' block, in case
> ## igraph was compiled without GLPK support
>
> ## The calculation only...