createCellHTSFromFiles {RNAinteract} | R Documentation |
A cellHTS2 object is created from a set of text files.
createCellHTSFromFiles(filePlatelist = "Platelist.txt", name = "anonymous", path = ".", pdim = NULL)
filePlatelist |
The platelist (See vignette("RNAinteract")) |
name |
A (arbtrary) string providing the name for the screen |
path |
The path were the data files are located |
pdim |
Giving the plate dimensions, e.g. pdim=c(8,12) or pdim=c(16,24). |
See vignette("RNAinteract") for an example how to create an RNAinteract object.
An object of class cellHTS2
.
Bernd Fischer
~put references to the literature/web site here ~
RNAinteract-package
, createRNAinteractFromFiles
, createRNAinteract