summary: Summarize a PHATE object

Description Usage Arguments Examples

Description

Summarize a PHATE object

Usage

1
2
## S3 method for class 'phate'
summary(object, ...)

Arguments

object

A fitted PHATE object

...

Arguments for summary()

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
if (reticulate::py_module_available("phate")) {

# data(tree.data)
# We use a smaller tree to make examples run faster
data(tree.data.small)
phate.tree <- phate(tree.data.small$data)
summary(phate.tree)
## PHATE embedding
## knn = 5, decay = 40, t = 58
## Data: (3000, 100)
## Embedding: (3000, 2)

}

KrishnaswamyLab/phater documentation built on Feb. 14, 2021, 5:17 p.m.