mergedData-class | R Documentation |
"mergedData"
Stores merged data tables from the "data" entry in a ccGeneList
. This is useful for output later.
Objects can be created by calls of the form new("mergedData", ...)
.
.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"
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.
signature(saveObj = "list", compareResult = "ccCompareResult", mergedData = "mergedData")
Robert M. Flight
mergeLists
cytOutData
showClass("mergedData")
data(ccData)
mergeDat <- mergeLists(geneLists, ccOpts)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.