metabologram: Circular plot of hierarchital data of genetic profile.

Description Usage Arguments Value See Also Examples

View source: R/metabologram.R

Description

Circular plot of hierarchital data of genetic profile.

Usage

1
2
3
4
5
metabologram(treeData,width=600,height=600,main="",showLegend=FALSE,
                     legendBreaks=NULL,
                     legendColors=NULL,
                      fontSize=12,
                     legendText="Legend")

Arguments

treeData

A hierarchical tree data as in example

width

600

height

600

main

Title

showLegend

FALSE

legendBreaks

NULL

legendColors

NULL

fontSize

12

legendText

Legend

Value

A circular layout with genetic profile.

See Also

https://github.com/armish/metabologram

Examples

1
2
3
4
5
6
7
8
9
How <- "runManually"
## Not run: 
 metabologram(treeData = sampleWheelData, width=600,
 height=600, main="title", showLegend = TRUE, fontSize = 10,
 legendBreaks=c("NA","Min","Negative", "0", "Positive", "Max"),
 legendColors=c("black","blue","cyan","white","yellow","red") ,
 legendText="Legend")
 
## End(Not run)

bioCancer documentation built on Nov. 8, 2020, 6:26 p.m.