Description Usage Arguments Value Examples
A FunctionalSingleCellExperiment is implemented as a
MultiAssayExperiment with one or more SingleCellExperiments (sce). One
of these is a single-cell mRNA sequencing experiment that defines mRNA counts
for single cells. Other sces include functional data from haircut.
1 | create_fsce(expt_list)
|
expt_list |
a list mapping experiment names to |
MultiAssayExperiment containing one or more SingleCellExperiment.
1 2 3 4 5 6 7 | # this is identical to the `fsce_small` data set:
create_fsce(
list(
rnaseq = create_sce_rnaseq(scrunchy_data("mrna/")),
haircut = create_sce_haircut(scrunchy_data("haircut/"))
)
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.