Description Objects from the Class Slots Extends Methods Author(s) References Examples
RTCA object
Objects can be created by calls of the form new("RTCA", assayData,
phenoData, featureData, experimentData, annotation, exprs,
...)
. However, it is more common to be constructed by
parseRTCA
function by reading in RTCA output data directly.
expID
:Object of class "character"
, experiment ID
timeline
:Object of class "RTCAtimeline"
,
recording action track along the time line
assayData
:Object of class "AssayData"
, assay
data inherited from ExpressionSet-class
phenoData
:Object of class
"AnnotatedDataFrame"
, pheno data of the assay, annotating
the wells
featureData
:Object of class
"AnnotatedDataFrame"
, feature data of the assay, preserved
for time-line recording by the package
experimentData
:Object of class "MIAME"
, idle
annotation
:Object of class "character"
, idle
.__classVersion__
:Object of class "Versions"
,idle
Class ExpressionSet-class
, directly.
Class eSet-class
, by class "ExpressionSet", distance 2.
Class VersionedBiobase-class
, by class "ExpressionSet", distance 3.
Class Versioned-class
, by class "ExpressionSet", distance 4.
signature(object = "RTCA", time = "numeric",
action = "character")
: add action at the specified time, passed
to the RTCAtimeline
slot
signature(object = "RTCA", time =
"numeric")
: get action at the specified time, passed
to the RTCAtimeline
slot
signature(x = "RTCA")
: plot RTCA
signature(object = "RTCA", time = "numeric")
:
remove action at the specified time, passed
to the RTCAtimeline
slot
signature(object = "RTCA")
: print method
codesignature(object = "RTCA"): get Experiment ID
codesignature(object = "RTCA", value = "ANY"): set Experiment ID
signature(x = "RTCA")
: deprecated
signature(object = "RTCA")
: get the RTCAtimeline
slot
signature(object = "RTCA")
: assign the
RTCAtimeline
slot
signature(object = "RTCA")
: get the
recording time points in a vector
signature(object = "RTCA")
: assign the
recording time points
signature(object = "RTCA", time =
"numeric", action = "character")
: update the action at the specified time, passed
to the RTCAtimeline
slot
signature(x = "RTCA", y)
: plot the RTCA running
plot with matplot
. y
is interpretated as the
indices of the columns to be plotted, and will be expanded to all
the columns in case it is missing.
Jitao David Zhang jitao_david.zhang@roche.com
https://www.roche-applied-science.com/sis/xcelligence/index.jsp?id=xcect_000000 introduces xCelligence system.
http://www.roche-applied-science.com/proddata/gpip/3_8_9_1_1_1.html for brief introduction into RTCA
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.