renderMetabologram {bioCancer}R Documentation

Widget render function for use in Shiny

Description

Widget render function for use in Shiny

Usage

renderMetabologram(expr, env = parent.frame(), quoted = FALSE)

Arguments

expr

expression

env

parent.frame()

quoted

FALSE

Value

A circular plot with genetic profile in Shiny App.

Examples

## Not run: 
library(bioCancer)
bioCancer::metabologram(treeData = sampleMetabologramData)

## End(Not run)

[Package bioCancer version 1.12.0 Index]