mergeMatrix
Description
Merge multiple matrix files into one. At least two matrix files should be specified. Records with the same row name and column name will be summed up.
Usage
## S4 method for signature 'SMatrix'
mergeMatrix(x = NULL, y = NULL, ...)
Arguments
x
|
Matrix 1 |
y
|
Matrix 2 |
…
|
More matrix files. |