get_dist_two_sets: Calculate the pairwise Euclidean distances between the rows...

View source: R/haystack_highD.R

get_dist_two_setsR Documentation

Calculate the pairwise Euclidean distances between the rows of 2 matrices.

Description

Calculate the pairwise Euclidean distances between the rows of 2 matrices.

Usage

get_dist_two_sets(set1, set2)

Arguments

set1

A numerical matrix.

set2

A numerical matrix.

Value

A matrix of pairwise distances between the rows of 2 matrices.


alexisvdb/singleCellHaystack documentation built on Jan. 17, 2024, 10:45 a.m.