powered by
Converts a metabolic igraph obj into a ggplot plot
ig2ggplot(g, dfOnly = TRUE, labels = FALSE, metab = TRUE, ...)
igraph object
outputs the data.frame
to show labels or not
it is a metabolic graph
additional dbquery parameters
# NOT RUN { p = nitrogenMetab %>% prettifyGraph %>% ig2ggplot(., dfOnly=FALSE) p # }
Run the code above in your browser using DataLab