Last data update: 2014.03.03

R: create cellHTS2 object from text files
createCellHTSFromFilesR Documentation

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

Details

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

Value

An object of class cellHTS2.

Author(s)

Bernd Fischer

References

~put references to the literature/web site here ~

See Also

RNAinteract-package, createRNAinteractFromFiles, createRNAinteract

Results