TreatmentResponseExperiment-class | R Documentation |
Define a private constructor method to be used to build a
TreatmentResponseExperiment
object.
TreatmentResponseExperiment
object containing the assay data from
a treatment response experiment
rowData
See Slots section.
colData
See Slots section.
assays
See Slots section.
metadata
See Slots section.
.intern
See Slots section.
rowData: A data.table
containing the metadata associated with the
row dimension of a TreatmentResponseExperiment
.
colData: A data.table
containing the metadata associated with the
column dimension of a TreatmentResponseExperiment
.
assays: A list
of data.table
s, one for each assay in a
TreatmentResponseExperiment
.
metadata: An optional list
of additional metadata for a
TreatmentResponseExperiment
which doesn't map to one of the dimensions.
.intern: An environment
that holds internal structural metadata
about a TreatmentResponseExperiment
object, such as which columns are
required to key the object. An environment has been used to allow locking
items, which can prevent accidental modification of a property required
for the class to work.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.