draw_heatmap: Visualize 96-wells plate and sample positions.

View source: R/visualization.R View source: R/sample_plate_dist.R

draw_heatmapR Documentation

Visualize 96-wells plate and sample positions.

Description

Visualize 96-wells plate and sample positions.

Visualize 96-wells plate and sample positions.

Usage

draw_heatmap(table, color_by, text_by = NULL, title = "heatmap", text_size = 4)

draw_heatmap(table, color_by, text_by = NULL, title = "heatmap", text_size = 4)

Arguments

table

digested_adat table.

color_by

color samples by column.

text_by

annotate samples by column.

title

ggplot title.

text_size

text fond size.

nrow

TODO.

ncol

TODO.

debug

verbose (bool).

Value

ggplot class object

ggplot class object

Examples

draw_heatmap(digested_adat$complete, "PlateId")
draw_heatmap(digested_adat$complete, "PlateId")

andreagrioni/ToolViz documentation built on Aug. 27, 2022, noon