View source: R/CellWalkerFunctions.R
PCAdist | R Documentation |
PCAdist()
computes Euclidian PCA distance matrix between the rows
of a matrix, scaled by the greatest distance and subtracted from 1.
PCAdist(m)
m |
matrix |
Euclidian PCA distance matrix between rows of m
data("SampleCellWalkRData")
PCAdist(SampleCellWalkRData$ATACMat)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.