EpicMerge: Fast and iterative merging of sparse matrices

View source: R/EpicMerge.R

EpicMergeR Documentation

Fast and iterative merging of sparse matrices

Description

EpicMerge iteratively merges up to 12 dgCMatrix objects in a single command.

Usage

EpicMerge(x, ...)

Arguments

x

A matrix of matrix-like object

Details

This function will keep all colnames and rownames present in the input matrices and fill blank measurements with zeros.

Value

Returns a merged dgCMatrix.

Author(s)

Aaron J. Wilk

Examples

EpicMerge(emat1, emat2, emat3)

ajwilk/EpicTools documentation built on April 1, 2022, 7:02 a.m.