calcKNNgraph_pearson: Calculate k Nearest Neighbors from Pearson distance metric

Description Usage Arguments Value

Description

Each distance metric has its own function for speed/efficiency This takes a sample X feature matrix and returns a matrix of k nearest neighbors. This is the one for Pearson.

Usage

1

Arguments

x

An m x n numeric matrix

k

The number of nearest neighbors to return per sample

Value

An m x k matrix of indicies 1...k of the nearest neighbors for the specified row based on Pearson distance.


caleblareau/scTools documentation built on May 13, 2019, 11:01 a.m.