metabologramOutput {bioCancer} | R Documentation |
Widget output function for use in Shiny
metabologramOutput(outputId, width = 600, height = 500)
outputId |
id |
width |
600 |
height |
600 |
A circular plot with genetic profile in Shiny App.
## Not run: library(bioCancer) bioCancer::metabologram(treeData = sampleMetabologramData) ## End(Not run)