View source: R/SEACells_MetacellFrequencies.R
SEACells_MetacellFrequencies | R Documentation |
Function to take seurat object and a category and make a freq table of how frequently metacells found in each category
SEACells_MetacellFrequencies(
seurat,
metacell_slot = "SEACell",
category = "stage",
calc_proportions = FALSE
)
seurat |
seurat object |
metacell_slot |
slot in seurat metadata by which to group cells for summarising, default is "SEACell" |
category |
slot in seurat metadata by which to count metacell frequencies, default is "stage" |
calc_proportions |
boolean as to whether to calculate proportions of metacells in each category |
dataframe of either frequency of metacells in each category or proportions of metacells in each category
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.