as.matrix.phate {phateR}R Documentation

Convert a PHATE object to a matrix

Description

Returns the embedding matrix. All components can be accessed using phate$embedding, phate$diff.op, etc

Usage

## S3 method for class 'phate'
as.matrix(x, ...)

Arguments

x

A fitted PHATE object

...

Arguments for as.matrix()


[Package phateR version 1.0.7 Index]