Skip to contents

Generate CCA heatmap plots for Tocky data (Timer-Blue vs Timer-Red 2d plots)

Usage

PlotTockyCCA(x, ncol = 4, nrow = 3, jpeg = FALSE, select = FALSE)

Arguments

x

A TockyPrepData object produced by the function Tocky

ncol

The number of columns in plot

nrow

The number of rows in plot

jpeg

A logical arguement. If FALSE, it will open a device window in which plots are generated.

select

Whether to interactively select markers to be processed. If FALSE, all the log-transformed markers apart from Timer fluorescence (stored in the TockyPrepData) will be used.

Examples

if (FALSE) { # \dontrun{
PlotTockyCCA(x)
} # }