Learn R Programming

RNAinteract (version 1.20.0)

createCellHTSFromFiles: create cellHTS2 object from text files

Description

A cellHTS2 object is created from a set of text files.

Usage

createCellHTSFromFiles(filePlatelist = "Platelist.txt", name = "anonymous", path = ".", pdim = NULL)

Arguments

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).

Value

An object of class cellHTS2.

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, createRNAinteract