createCellHTSFromFiles: create cellHTS2 object from text files

Description Usage Arguments Details Value Author(s) References See Also

View source: R/createCellHTS.R

Description

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

Usage

1
2
3
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


RNAinteract documentation built on Nov. 8, 2020, 5:28 p.m.