Description Usage Arguments Value Examples
Demonstration Data Sets
1 2 3 4 5 | load_demo_sce(name = c("pbmc3k"))
path_demo_sce(name)
cache_demo_sce(x, name)
|
name |
Data set identifier. |
x |
A |
load_demo_sce()
returns a SingleCellExperiment
object.
path_demo_sce()
returns the path to the cached RDS file.
cache_demo_sce()
returns NULL
; it is called for its side effect of writing a cache file.
1 2 3 4 5 6 7 8 | library(SingleCellExperiment)
x <- SingleCellExperiment()
cache_demo_sce(x, "empty")
sce <- load_demo_sce("empty")
path_demo_sce("empty")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.