panoply_phenobars: Visualize Cluster Phenotypes

Description Usage Arguments

View source: R/panoply_methods.R

Description

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.

Usage

1
2
3
4
5
6
panoply_phenobars(
  panoply_obj,
  parameters = colnames(panoply_obj$centers),
  cluster = 1,
  main = paste("Cluster", cluster)
)

Arguments

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.


rogerswt/panoplyCF documentation built on July 12, 2020, 8:49 p.m.