RTCA-class: Class "RTCA"

Description Objects from the Class Slots Extends Methods Author(s) References Examples

Description

RTCA object

Objects from the Class

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.

Slots

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

Extends

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.

Methods

addAction

signature(object = "RTCA", time = "numeric", action = "character"): add action at the specified time, passed to the RTCAtimeline slot

getAction

signature(object = "RTCA", time = "numeric"): get action at the specified time, passed to the RTCAtimeline slot

plotRTCA

signature(x = "RTCA"): plot RTCA

rmAction

signature(object = "RTCA", time = "numeric"): remove action at the specified time, passed to the RTCAtimeline slot

show

signature(object = "RTCA"): print method

expID

codesignature(object = "RTCA"): get Experiment ID

expID<-

codesignature(object = "RTCA", value = "ANY"): set Experiment ID

time

signature(x = "RTCA"): deprecated

timeline

signature(object = "RTCA"): get the RTCAtimeline slot

timeline<-

signature(object = "RTCA"): assign the RTCAtimeline slot

timepoints

signature(object = "RTCA"): get the recording time points in a vector

timepoints<-

signature(object = "RTCA"): assign the recording time points

updateAction

signature(object = "RTCA", time = "numeric", action = "character"): update the action at the specified time, passed to the RTCAtimeline slot

plot

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.

Author(s)

Jitao David Zhang jitao_david.zhang@roche.com

References

1

https://www.roche-applied-science.com/sis/xcelligence/index.jsp?id=xcect_000000 introduces xCelligence system.

2

http://www.roche-applied-science.com/proddata/gpip/3_8_9_1_1_1.html for brief introduction into RTCA

Examples

1
new("RTCA", expID="testExp01")

RTCA documentation built on Nov. 8, 2020, 7:52 p.m.