correlate_cols: Pairwise correlation of the columns of two matrices

View source: R/mapping.R

correlate_colsR Documentation

Pairwise correlation of the columns of two matrices

Description

Pairwise correlation of the columns of two matrices

Usage

correlate_cols(data.1, data.2, metric = "pearson")

Arguments

data.1

First input matrix

data.2

Second input matrix

metric

Metric to use (either pearson or cosine)

Value

Matrix of column to column correlations


yanwu2014/cellMapper documentation built on Aug. 24, 2023, 2:26 a.m.