per_cluster_df {AnanseSeurat} | R Documentation |
per_cluster_df
Description
generate a table of the assay score averages per cluster identifier cell
Usage
per_cluster_df(
seurat_object,
assay = "influence",
cluster_id = "seurat_clusters"
)
Arguments
seurat_object |
seurat object |
assay |
assay containing influence or motif scores generated from cluster pseudobulk |
cluster_id |
ID used for finding clusters of cells |
Value
dataframe with assay scores, concatinating cells from each per cluster
Examples
sce_small <- readRDS(system.file("extdata","sce_small.Rds",package = 'AnanseSeurat'))
df <- per_cluster_df(sce_small)
[Package AnanseSeurat version 1.2.0 Index]