OperaMate
to hold all levels of experiment
data of a specific type.
cellData(name, positive.ctr = character(0), negative.ctr = character(0), expwell = character(0), norm.method = getOption("opm.normalization.method"), QC.threshold = getOption("opm.QC.threshold"))
"["(x, i)
"show"(object)
name
posctrwell
negctrwell
expwell
cellNum
origin.data
norm.data
qc.data
norm.method
QC.threshold
plate.quality
plate.quality.data
Sig
SigMat
:a logic matrix marking the high and low expressed hits
threshold
:the threshold of the high and low expressed hits
stats
:the numbers of the high and low expressed hits
pvalue
:the pvalue of each sample by t tests
cellData(name, positive.ctr = character(0), negative.ctr = character(0),
expwell = character(0), norm.method = getOption("opm.normalization.method"),
QC.threshold = getOption("opm.QC.threshold")
.
x
: a cellData object;
i
: character, a cellData slot name.oneCell <- cellData(name = "Average Intensity of Nuclei",
positive.ctr = c("H02", "J02", "L02"),
negative.ctr = c("C23", "E23", "G23"))
oneCell
oneCell["name"]
Run the code above in your browser using DataLab