View source: R/panoply_methods.R
Draw a "phenobar" representation of a cluster phenotype. Bars have a height equal to the medial value of the parameter and are color-coded. Error flags represent first and third quartiles of the bin centers belonging to the cluster.
1 2 3 4 5 6 | panoply_phenobars(
panoply_obj,
parameters = colnames(panoply_obj$centers),
cluster = 1,
main = paste("Cluster", cluster)
)
|
panoply_obj |
An object of type "panoply", the result of running panoply() |
parameters |
Which parameters to include in the plot (default = all parameters) |
cluster |
Which cluster to plot. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.