get_cell_type_info | R Documentation |
Computes averaged normalized expression (summing to 1) for all cells within a cell type
get_cell_type_info(raw.data, cell_types, nUMI, cell_type_names = NULL)
raw.data |
a Digital Gene Expression matrix, with gene names as rownames and single cells as columns (barcodes for colnames) |
cell_types |
a named list of cell type assignment for each cell in |
nUMI |
a named list of total UMI count for each cell in |
Returns cell_type_info
, a list of three elements: (1) cell_type_means
(a
data_frame (genes by cell types) for mean normalized expression) (2) cell_type_names
(a list of cell type names) and (3) the number of cell types
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.