Description Usage Arguments Value Examples
View source: R/ExperimentSubset.R
This constructor function is used to setup the
ExperimentSubset object by passing either a
SingleCellExperiment or SummarizedExperiment objects or
objects inherited by these classes. A subset can also be directly created
by passing a named list to the subset parameter. This named
list should have parameter values named as subsetName,
rows, cols and parentAssay.
1 2 3 4 |
object |
|
subset |
|
A ExperimentSubset object.
1 2 3 | data(sce_chcl, package = "scds")
es <- ExperimentSubset(sce_chcl)
es
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.