GDM {phemd}R Documentation

Accessor function for EMD ground distance matrix

Description

Accessor function for EMD ground distance matrix

Usage

GDM(obj)

Arguments

obj

A Phemd object

Value

Sqaure matrix representing pairwise distances between cell subtypes

Examples

phemdObj <- createDataObj(all_expn_data, all_genes, as.character(snames_data))
gdm <- GDM(phemdObj)


[Package phemd version 1.10.0 Index]