| gAssembly-class {OSAT} | R Documentation |
"gAssembly"A class represent an assembly of experiment plates.
Objects can be created by calls of the form new("gAssembly", plate, n, comment).
plate:Object of class "gArray". Plate used in
the experiment.
n:Object of class "integer". NUmber of plates used.
layout:Object of class "data.frame". The
layout of wells in the assembly.
metadata:Object of class "list". A list holds
meta data of the assembly.
signature(x = "gAssembly"): Return a data
frame that represent the wells location in the assembly.
signature(x = "gAssembly"): Get metadata.
signature(x = "gAssembly"): Set metadata.
signature(object = "gAssembly"): Print a brief
summary of the assembly.
"gContainer".