load_demo_sce: Demonstration Data Sets

Description Usage Arguments Value Examples

View source: R/sce.R

Description

Demonstration Data Sets

Usage

1
2
3
4
5

Arguments

name

Data set identifier.

x

A SingleCellExperiment object.

Value

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.

Examples

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")

iSEE/iSEEWorkshopEuroBioc2020 documentation built on Jan. 1, 2021, 3:24 a.m.