Skip to contents

Create a wb object

Usage

wb(imgs, col_annot = NULL, row_annot = NULL, transforms = NULL)

Arguments

imgs

A vector of magick-images

col_annot

A data.frame, where each row is a lane and each column is a condition

row_annot

A data.frame, where each row is a band and the first column contains band names

transforms

A data.frame, where each row contains image transformation parameters for an item in imgs. Typically left blank unless you know what you're doing