coffeewheel: This is an htmlwidgets-based visualization tool for...

View source: R/coffeewheel.R

coffeewheelR Documentation

This is an htmlwidgets-based visualization tool for hierarchical data. It is zoomable, meaning that you can interact with the hierarchy and zoom in/out accordingly.

Description

This is an htmlwidgets-based visualization tool for hierarchical data. It is zoomable, meaning that you can interact with the hierarchy and zoom in/out accordingly.

Usage

coffeewheel(treeData, width=600, height=600, main="", partitionAttribute="value")

Arguments

treeData

A hierarchical tree data as in example

width

600

height

600

main

Title

partitionAttribute

"value"

Value

A circular layout with genetic profile.

Examples

How <- "runManually"
## Not run: 
 coffeewheel(treeData = sampleWheelData)
 
## End(Not run)

kmezhoud/bioCancer documentation built on Feb. 17, 2024, 10:29 a.m.