renderMetabologram {bioCancer} | R Documentation |
Widget render function for use in Shiny
renderMetabologram(expr, env= parent.frame(), quoted = FALSE)
expr |
expression |
env |
parent.frame() |
quoted |
FALSE |
A circular plot with genetic profile in Shiny App.
## Not run: library(bioCancer) bioCancer::metabologram(treeData = sampleMetabologramData) ## End(Not run)