Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

mergeCountMatrices

Merge list of count matrices into a common matrix, entering 0s for the missing entries


Description

Merge list of count matrices into a common matrix, entering 0s for the missing entries

Usage

mergeCountMatrices(cms, transposed = FALSE, ...)

Arguments

cms

List of count matrices

transposed

boolean Indicate whether 'cms' is transposed, e.g. cells in rows and genes in columns (default=FALSE)

...

Parameters for 'plapply' function

Value

A merged extended matrix, with 0s for missing entries

Examples

mergeCountMatrices(conosClusterList, n.cores=1)
## 12 x 67388 sparse Matrix of class "dgCMatrix"

sccore

Core Utilities for Single-Cell RNA-Seq

v0.1.3
GPL-3
Authors
Viktor Petukhov [aut], Ramus Rydbirk [aut], Peter Kharchenko [aut], Evan Biederstedt [aut, cre]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.