View source: R/SEACells_SummariseSeuratData.R
SEACells_SummariseSeuratData | R Documentation |
This function takes a seurat object and summarises the data from data_slot by SEACells grouping
SEACells_SummariseSeuratData(
seurat,
data_slot = "counts",
category = "SEACell"
)
seurat |
seurat object |
data_slot |
which assay in seurat object to summarise, default is "counts" |
category |
slot in seurat metadata by which to group cells for summarising, default is "SEACell" |
dataframe with summarised data across groupings
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.