AverageCounts: Average Counts

View source: R/utilities.R

AverageCountsR Documentation

Average Counts

Description

Compute the mean counts per group of cells for a given assay

Usage

AverageCounts(object, assay = NULL, group.by = NULL, verbose = TRUE)

Arguments

object

A Seurat object

assay

Name of assay to use. Default is the active assay

group.by

Grouping variable to use. Default is the active identities

verbose

Display messages

Value

Returns a dataframe

Examples

AverageCounts(atac_small)

Signac documentation built on Nov. 8, 2023, 5:07 p.m.