cellHTS
object.
configure(x, ...)
"configure"(x, confFile, logFile, descripFile, path, ...)
cellHTS
object.read.table
function, so any of the valid argument
types for read.table
are valid here, too. Must contain one row for each well and each batch.read.table
function, so any of the valid argument
types for read.table
are valid here, too.cellHTS
, which extends the argument x
by the following elements:
confFile
. The number of rows is equal to the product between the number of wells in each plate and the number of batches.logFile
.character
containing what was read from input file descripFile
.cellHTS
object is updated in the slot state
to state["configured"]=TRUE
.
factor
of length number of plates x number of wells per plate, with possible levels: empty, other, neg, sample, and pos, indicative of the contents of the wells. Other levels may be employed for the positive and negative controls, besides pos and neg.print.cellHTS
, configure.cellHTS
and annotate.cellHTS
.Batch
, Well
and
Content
. The contents of Batch
are expected to be integer.
Filename
, Well
, and Flag
. Further columns are allowed.
Data from wells that are annotated as empty are ignored and are set to NA in x
in slot xraw
.
readPlateData
## Not run:
# datadir <- system.file("KcViabSmall", package = "cellHTS")
# x <- readPlateData("Platelist.txt", "KcViabSmall", path=datadir)
# x <- configure(x, "Plateconf.txt", "Screenlog.txt", "Description.txt", path=datadir)
# ## End(Not run)
Run the code above in your browser using DataLab