View source: R/LongTable-class.R
LongTable | R Documentation |
LongTable constructor method
LongTable(
rowData,
rowIDs,
colData,
colIDs,
assays,
assayIDs,
metadata = list(),
keep.rownames = FALSE
)
rowData |
|
rowIDs |
|
colData |
|
colIDs |
|
assays |
|
assayIDs |
|
metadata |
|
keep.rownames |
|
A LongTable
object containing the data for a treatment response
experiment and configured according to the rowIDs and colIDs arguments.
"See vignette('The LongTable Class', package='CoreGx')"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.