get_hippo {HIPPO} | R Documentation |
Access hippo object from SingleCellExperiment object.
get_hippo(sce)
sce |
SingleCellExperiment object |
hippo object embedded in SingleCellExperiment object
data(toydata) set.seed(20200321) toydata = hippo(toydata,K = 10,z_threshold = 1,outlier_proportion = 0.01) hippo_object = get_hippo(toydata)