This function trims extreme events from multiple samples based on specified peak channels and trim factors.
run.trim.events(
trim.sample.data,
trim.sample,
trim.peak.channels,
trim.factor,
asp
)A list containing the expression data for each sample.
A character vector specifying the names of the samples.
A list containing the peak channels for each sample.
A numeric value indicating the proportion of extreme events to trim from both ends of the peak channel distribution.
The AutoSpectral parameter list.
Prepare using get.autospectral.param
A list containing the trimmed expression data for each sample.