mergeCM | R Documentation |
mergeCM accepts a list of up to 48 count matrices and uses EpicMerge to merge them into one final count matrix.
mergeCM(count_matrix.list, type = c("emat", "nmat"))
x |
A list of dgCMatrix objects |
type |
Character indicating which type of count matrices to merge. |
This function will keep all colnames and rownames present in the input matrices and fill blank measurements with zeros.
Returns a merged dgCMatrix.
Aaron J. Wilk
mergeCM(count_matrix.list, type = c("emat", "nmat"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.