Description Usage Arguments Value Examples
A wrapper to the altExp
from
altExps method with additional support for
subsets.
1 2 3 4 |
x |
|
e |
|
withColData |
|
subsetName |
|
The altExp
from the specified subset or same as altExp
from altExps when subsetName
is
missing
.
1 2 3 4 5 6 7 8 9 10 11 | data(sce_chcl, package = "scds")
es <- ExperimentSubset(sce_chcl)
es <- createSubset(es,
"subset1",
rows = c(10,11,50,56,98,99,102,105,109, 200),
cols = c(20,21,40,45,90,99,100,123,166,299),
parentAssay = "counts")
altExp(es, e = "altExample",
subsetName = "subset1") <- SingleCellExperiment(
assays = list(counts = assay(es, "subset1")))
altExp(es, subsetName = "subset1")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.