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
5
6
7
8
data(toydata)
set.seed(20200505)
toydata = hippo(toydata,
          feature_method = "zero_inflation",
          clustering_method = "kmeans",
          K = 4,
          outlier_proportion = 0.00001)
hippo_object = get_hippo(toydata)

tk382/HIPPO documentation built on Aug. 17, 2021, 2:29 p.m.