Closed tpq closed 8 years ago
I think it makes sense to build this using igraph right in Rmarkdown. Just create a data.frame of all relationships between modules (+ necessary annotations), then print with igraph.
igraph
Also, make sure to generally revise DESCRIPTION / README / vignette in preparation for launch.
Disregard, using cmap in Linux instead.
I think it makes sense to build this using
igraph
right in Rmarkdown. Just create a data.frame of all relationships between modules (+ necessary annotations), then print withigraph
.