Description Objects from the Class Slots Methods Author(s) See Also Examples
A class for double perturbation experiments (genetic interaction screens, drug-drug interaction screens). There are functions for creation, analysis, and display of interaction screens.
Objects can be created by calls of createRNAinteractFromFiles. See vignette("RNAinteract") for an example of creating an RNAinteract object.
data:Object of class "array" with dimension sgi@F x sgi@S x sgi@C. The raw data of the screen.
screenNames:Object of class "character" with length sgi@S.
channelNames:Object of class "character" with length sgi@C.
well:Object of class "character" with length sgi@F. Well name (e.g. F04) for each measurement.
plate:Object of class "integer" with length sgi@F. Number of the plate for each measurement
pdim:Object of class "integer" of length 2. Plate dimensions.
NT:Object of class "integer" of length 1. Number of template reagents.
NQ:Object of class "integer" of length 1. Number of query reagents.
C:Object of class "integer" of length 1. Number of readout channels.
S:Object of class "integer" of length 1. Number of screens.
F:Object of class "integer" of length 1. Number of measurements or single experiments per screen.
reagents:Object of class "data.frame" describing each reagents. Obligatory columns: RID and TID.
targets:Object of class "data.frame" describing each target gene. Obligatory columns: TID, Symbol, group, GID.
templateDesign:Object of class "data.frame" with sgi@NT rows describing the template design. Obligatory columns: TemplatePlate, Well, RID, QueryNr.
queryDesign:Object of class "data.frame" with sgi@NQ rows describing the query design. Obligatory columns: Plate, TemplatePlate, QueryNr, RID.
transformation:Object of class "character" of length sgi@C. The transformation applied to the input data.
mainTemplate:Object of class "array" with dimension sgi@NT x sgi@S x sgi@C. The main effect of the template reagents.
mainQuery:Object of class "array" with dimension sgi@NQ x sgi@S x sgi@C. The main effect of the query reagents.
mainSderrTemplate:Object of class "array" with dimension sgi@NT x sgi@S x sgi@C. The standard error of the main effect of the template reagents.
mainSderrQuery:Object of class "array" with dimension sgi@NQ x sgi@S x sgi@C. The standard error of the main effect of the query reagents.
mainSdTemplate:Object of class "array" with dimension sgi@NQ x sgi@S x sgi@C. The standard deviation of the main effect of the query reagents.
mainSdQuery:Object of class "array" with dimension sgi@NQ x sgi@S x sgi@C. The standard deviation of the main effect of the query reagents.
mainTimeEffect:Object of class "array" with dimension sgi@NQ x sgi@S x sgi@C. The systematic changes of the query main effects, e.g. decreasing cell number over time.
mainSpatialEffect:Object of class "array" with dimension sgi@F x sgi@S x sgi@C. The systematic spatial plate effects.
mainSpatialEffectRow:Object of class "array". Spatial effects per row (as computed by Bscore).
mainSpatialEffectCol:Object of class "array". Spatial effects per column (as computed by Bscore).
mainNeg:Object of class "array" with dimension sgi@S x sgi@C. The main effect of the negative control.
mainNegTemplate:Object of class "array" with dimension sgi@S x sgi@C. The template main effect of the negative control.
mainNegQuery:Object of class "array" with dimension sgi@S x sgi@C. The query main effect of the negative control.
data2mainTemplate:Object of class "integer" with dimension sgi@F. Mapping of single experiments to template reagents.
data2mainQuery:Object of class "integer" with dimension sgi@F. Mapping of single experiments to query reagents.
ni.model:Object of class "array" with dimension sgi@F x sgi@S x sgi@C. The expected values of the non-interacting model.
pi:Object of class "array" with dimension sgi@F x sgi@S x sgi@C. The pairwise interaction score.
plateeffect:Object of class "array".
p.value:Object of class "array" with dimension sgi@NT x sgi@NQ x sgi@S x sgi@C describing the p.values.
q.value:Object of class "array" with dimension sgi@NT x sgi@NQ x sgi@S x sgi@C describing the q.values.
signature(object = "RNAinteract"): ...
Bernd Fischer
1 | showClass("RNAinteract")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.