Description Usage Arguments Value Slots Methods Examples
The main class used in OperaMate to hold all levels of experiment
data of a specific type.
1 2 3 4 5 6 7 8 9 10 | 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"))
## S4 method for signature 'cellData,character,ANY'
x[i]
## S4 method for signature 'cellData'
show(object)
|
name |
character, the analyzed item |
positive.ctr |
a character vector, the positive control well IDs, e.g. c("E05", "E06") |
negative.ctr |
a character vector, the positive control well IDs, e.g. c("B05", "B06") |
expwell |
include all wells except control and neglect.well if NULL |
norm.method |
character the normalization method. |
QC.threshold |
numeric, the thresholds in the quality control. |
x |
a cellData object |
i |
a requested slot name |
object |
a cellData class |
a cellData object
namecharacter, one parameter in the Columbus system report.
posctrwella character vector, the positive control well IDs, e.g. B05.
negctrwella character vector, the negative control well IDs, e.g. B05.
expwella character vector, the sample well IDs, e.g. C15.
cellNummatrix, cell numbers
origin.dataa numeric matrix, the raw data matrix with rows the well IDs and columns the plate IDs.
norm.dataa numeric matrix, the normalized data.
qc.dataa numeric matrix, the data after quality control, with the rows are "barcode:wellID" and columns are the data of all replicated samples and their means, and if they have passed the quality control.
norm.methodcharacter the normalization method.
QC.thresholdnumeric, the thresholds in the quality control.
plate.qualitya logical matrix, the quality data with the rows are the barcode and columns are the replicateIDs.
plate.quality.dataa list of plate correlations and plate z' factors
Siga list of the following components:
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").
signature(object="cellLoad"). Displays object content as text.
x[i]. x: a cellData object;
i: character, a cellData slot name.
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.