get_hippo: Access hippo object from SingleCellExperiment object.

Description Usage Arguments Value Examples

View source: R/hippo.R

Description

Access hippo object from SingleCellExperiment object.

Usage

1
get_hippo(sce)

Arguments

sce

SingleCellExperiment object

Value

hippo object embedded in SingleCellExperiment object

Examples

1
2
3
4
data(toydata)
set.seed(20200321)
toydata = hippo(toydata,K = 10,z_threshold = 1,outlier_proportion = 0.01)
hippo_object = get_hippo(toydata)

HIPPO documentation built on Nov. 8, 2020, 5:05 p.m.