Description Usage Arguments Value
View source: R/ExperimentSubset.R
Constructor for creating a experiment object internally by the
ExperimentSubset
object. Should not be used directly by the user.
1 2 3 4 5 6 7 | AssaySubset(
subsetName = "subset",
rowIndices = NULL,
colIndices = NULL,
parentAssay = "counts",
internalAssay = NULL
)
|
subsetName |
|
rowIndices |
|
colIndices |
|
parentAssay |
|
internalAssay |
An internal Experiment object to store additional subset data. |
A AssaySubset
object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.