Skip to contents

Visualization for glyexp::experiment() (glyexp_experiment object). Possible types of plots:

  • "barplot" (default): Barplot of expression values for each sample.

  • "heatmap": Expression heatmap with columns as samples and rows as variables.

Usage

# S3 method for class 'glyexp_experiment'
autoplot(object, type = "barplot", ...)

Arguments

object

A glyexp_experiment object.

type

The type of plot, one of "heatmap" (default) or "barplot".

...

Ignored.

Value

A ggplot object.