mergedData-class: Class '"mergedData"'

Description Objects from the Class Slots Extends Methods Author(s) See Also Examples

Description

Stores merged data tables from the "data" entry in a ccGeneList. This is useful for output later.

Objects from the Class

Objects can be created by calls of the form new("mergedData", ...).

Slots

.Data:

Object of class "list"

useIDName:

Object of class "character"

names:

Object of class "character"

row.names:

Object of class "data.frameRowLabels"

.S3Class:

Object of class "character"

Extends

Class "data.frame", directly. Class "list", by class "data.frame", distance 2. Class "oldClass", by class "data.frame", distance 2. Class "data.frameOrNULL", by class "data.frame", distance 2. Class "vector", by class "data.frame", distance 3.

Methods

signature(saveObj = "list", compareResult = "ccCompareResult", mergedData = "mergedData")

Author(s)

Robert M. Flight

See Also

mergeLists cytOutData

Examples

1
2
3
4
showClass("mergedData")

data(ccData)
mergeDat <- mergeLists(geneLists, ccOpts)

rmflight/categoryCompare documentation built on May 27, 2019, 9:30 a.m.