Learn R Programming

RNAinteract (version 1.20.0)

createRNAinteract: create a RNAinteract object

Description

Creates a RNAinteract object given data matrices, annotation, query and template design.

Usage

createRNAinteract(data, well, plate, pdim, Reagents, Targets, TemplateDesign, QueryDesign, Transformation = NULL)

Arguments

data
An array with dimensions features x screens x channels.
well
A vector of length #features with well names.
plate
A vector of length #features with plate numbers.
pdim
A vector of length 2 with plate dimensions (e.g. pdim=c(12,8)).
Reagents
A data.frame describing the reagents.
Targets
A data.frame describing the targets.
TemplateDesign
A data.frame with the layout of the template plates.
QueryDesign
A data.frame with the layout of the query plates.
Transformation
A Transformation that is applied to the data. If NULL the data is log2 transformed.

Value

An object of class RNAinteract.

Details

See vignette("RNAinteract") for an example how to create an RNAinteract object.

References

~put references to the literature/web site here ~

See Also

RNAinteract-package, createRNAinteractFromFiles, createCellHTSFromFiles