Description Usage Arguments Value See Also Examples
Circular plot of hierarchital data of genetic profile.
1 2 3 4 5 |
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
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.