sparsifyMatrices {splatter}R Documentation

Sparsify matrices

Description

Convert a list of matrices to sparse matrices.

Usage

sparsifyMatrices(matrix.list, auto = TRUE, threshold = 0.95, verbose = TRUE)

Arguments

matrix.list

List of matrices

auto

Whether to automatically choose which matrices to convert based on how big the size reduction will be

threshold

Threshold for automatically selecting matrices to convert, any matrix with an estimated sparse size less than this proportion of the original size will be converted

verbose

Whether to print status messages

Value

List of converted matrices


[Package splatter version 1.18.0 Index]