Last data update: 2014.03.03

R: Access and replace the batch information of a cellHTS object
batchR Documentation

Access and replace the batch information of a cellHTS object

Description

This method accesses and replaces the batch data stored in the slot plateData of a cellHTS object.

Usage

batch(object)
batch(object) <- value

Arguments

object

object of class cellHTS.

value

a dataframe of integer values giving the batch number for each plate, and sample.

Value

batch returns a dataframe containing the contents of slot plateData$Batch. This dataframe has dimensions number of plates x number of samples of the cellHTS object.

See class cellHTS for details.

Author(s)

Ligia Bras

References

Boutros, M., Bras, L.P. and Huber, W. (2006) Analysis of cell-based RNAi screens, Genome Biology 7, R66.

See Also

cellHTS, nbatch

Results