data: Examples of tables and cellData objects

Description Value platemap oneCell oneCellNum Examples

Description

oneCellNum

Value

platemap: a data frame

oneCell: a cellData object

oneCellNum: a cellData object

platemap

Description

The experiment information of each Columbus analysis report. This table is required only if the report formats are not standarded. See loadAll for more information.

Format

data.frame with the following required column names:

FileName:

character, the name of the report.

Format:

character, only ”Tab” and ”Matrix” are supported in the current version.

Barcode:

character, the barcode of the plates.

RepID:

character, the ID to distinguish the replicated plates.

Path:

character, the full path of the report.

oneCell

Description

oneCell is a cellData object used in the examples of the package.

oneCellNum

Description

oneCellNum is a cellData object storing the cell numbers.

Examples

1
2
3
4
5
data(platemap)
str(platemap)
data(demoCell)
oneCell
data(demoCellNum)

OperaMate documentation built on Nov. 17, 2017, 1:55 p.m.