Combine data lists - each element is a matrix: genesXcells - Output: combines data into one matrix - genesXcells
1 2 3 4 5 6 7 | combine.subset(
data_list,
names.set = names(data_list),
return.list = F,
intersect = F,
subset.genes = NULL
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.