corSparse: Sparse matrix correlation

View source: R/helpers.R

corSparseR Documentation

Sparse matrix correlation

Description

Compute the Pearson correlation matrix between columns of two sparse matrices.

Usage

corSparse(X, Y = NULL, cov = FALSE)

Arguments

X

A matrix

Y

A matrix

cov

return covariance matrix

Details

Originally from http://stackoverflow.com/questions/5888287/running-cor-or-any-variant-over-a-sparse-matrix-in-r and the qlcMatrix & Signac packages.

Author(s)

Michael Cysouw, Karsten Looschen


smorabit/scWGCNA documentation built on April 4, 2024, 10:32 a.m.