get_hippo {HIPPO}R Documentation

Access hippo object from SingleCellExperiment object.

Description

Access hippo object from SingleCellExperiment object.

Usage

get_hippo(sce)

Arguments

sce

SingleCellExperiment object

Value

hippo object embedded in SingleCellExperiment object

Examples

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

[Package HIPPO version 1.5.0 Index]