Skip to contents

Plot functional suppression profiles

Usage

# S3 method for class 'functional_suppression_profiles'
plot(
  x,
  type = c("dendrogram", "profiles", "heatmap", "rank", "all"),
  show_cut = TRUE,
  ...
)

Arguments

x

An object of class "functional_suppression_profiles".

type

Character string specifying the plot type. One of "dendrogram", "profiles", "heatmap", "rank", or "all".

show_cut

Logical; whether to display the cluster cut height in dendrogram. Default is TRUE.

...

Additional arguments passed to specific plot functions.

Value

A ggplot object or a list of ggplot objects.