View source: R/pre_processing.R
Merger | R Documentation |
This function takes a list of expression matrices as input with ST spots in columns and genes in rows. All expression matrices will be merged into one matrix where all genes that are present in any of the expression matrices will be included. If a there are no counts available for a gene in one or more of the expression matrices, the counts for that gene will be set to 0 in those expression matrices. By default, a unique number will be prefixed to the headers of each expression matrix.
Merger(exp.list, delim = "x", labels = NULL, sparse.matrix.fmt = F)
exp.list |
list of expression matrices |
delim |
delimiter used to separate coordinates in expression matrix headers |
labels |
labels to use as suffix for the headers of each expression matrix |
sparse.matrix.fmt |
return mergedexpression matrix in dgCMatrix format to save memory |
merged expression matrix
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.