signalAggregation: Signal aggregation functions

View source: R/pspaceDecay.R

signalAggregationR Documentation

Signal aggregation functions

Description

Signal aggregation functions for PathwaySpace internal calls. The aggregation should be symmetric with respect to signal polarity, ensuring that opposite signals produce corresponding outputs.

Usage

signalAggregation(method = c("mean", "wmean", "log.wmean", "exp.wmean"))

Arguments

method

A character string specifying the method for signal aggregation, returning either a customized mean or weighted.mean function.

Value

An aggregation function.

Author(s)

Mauro Castro.

See Also

circularProjection, polarProjection, weighted.mean

Examples

signalAggregation()


PathwaySpace documentation built on Aug. 8, 2025, 6:47 p.m.