Learn R Programming

AssayCorrector (version 2.0.0)

plot.assay: Plot assay plate-wise

Description

plot.assay plots a hit map of the assay (only one plate at a time)

Usage

# S3 method for assay
plot(x, ..., plate = 1, type = "R")

Arguments

x

The assay you want to plot

...

Ellipsis to be passed to the levelplotplot() function from the lattice package

plate

The plate number (Default:1)

type

Either "R" - raw assay, "C" - corrected assay (if it exists) or "P" - spatial bias position

Value

None