AvgGroupExpr: Compute average (scaled) expression of cells in each group

View source: R/data_handling.R

AvgGroupExprR Documentation

Compute average (scaled) expression of cells in each group

Description

Compute average (scaled) expression of cells in each group

Usage

AvgGroupExpr(m, groups, do.scale = F, scale.max = 6, min.cells = 3)

Arguments

m

Expression matrix

groups

Perturbation dictionary or vector

do.scale

Scale expression matrix before averaging

scale.max

If do.scale is True, maximum scaled value

min.cells

Minimum cells per group to average over

Value

Matrix of average expression per group


yanwu2014/perturbLM documentation built on Aug. 24, 2023, 2:28 p.m.