metabologram {bioCancer} | R Documentation |
Circular plot of hierarchital data of genetic profile.
metabologram(treeData,width=600,height=600,main="",showLegend=FALSE, legendBreaks=NULL, legendColors=NULL, fontSize=12, legendText="Legend")
treeData |
A hierarchical tree data as in example |
width |
600 |
height |
600 |
main |
Title |
showLegend |
FALSE |
legendBreaks |
NULL |
legendColors |
NULL |
fontSize |
12 |
legendText |
Legend |
A circular layout with genetic profile.
https://github.com/armish/metabologram
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)