Description Usage Arguments Details Value Author(s) Examples
Normalize KEGG generic pathway to species specific pathway.
1 | setorg_graph(object, org, d.path = "KEGG")
|
object |
xgraph object |
org |
character |
d.path |
file path for |
Adjust and filter reactions, and rebuild graph object from reactions list.
graph with organism set
ZG Zhao
1 2 3 4 5 6 7 8 | ## NOT RUN
library(syzMetab)
gm <- make_mgraph("ko00010")
gx <- subset_graph(gm, org="ath")
par(mfrow=c(2,1))
plot(gm)
## edges (reactions) with zero gene are show in dotted lines.
plot(gx)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.