metabologram: Circular plot of hierarchital data of genetic profile.

View source: R/metabologram.R

metabologramR Documentation

Circular plot of hierarchital data of genetic profile.

Description

Circular plot of hierarchital data of genetic profile.

Usage

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

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)


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