View source: R/Phemd-methods.R
pooledCells | R Documentation |
Accessor function for aggregated cells used for cell subtype definition
pooledCells(obj)
obj |
Phemd object |
Numeric matrix representing expression data for cells from all experimental conditions (rows = markers, cols = cells)
phemdObj <- createDataObj(all_expn_data, all_genes, as.character(snames_data))
cells_aggregated <- pooledCells(phemdObj)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.