| AssaySubset-class {ExperimentSubset} | R Documentation |
An S4 class to manage subset representation.
subsetNamecharacter(1) Name of the subset.
rowIndicesvector("numeric") Indices of the rows to include in
the subset.
colIndicesvector("numeric") Indices of the columns to include
in the subset.
parentAssaycharacter(1) Name of the parent of this subset.
internalAssaySummarizedExperiment An internal experiment object
to store additional subset data.