Downsamples control data by selecting a specified number of positive and negative events based on peak channel values.
downsample.control(
clean.expr.data,
samp,
peak.channels,
negative.n = 500,
positive.n = 1000,
verbose = TRUE
)A list containing cleaned expression data for each sample.
The sample identifier.
A vector of peak channels for the samples.
Number of negative events to select, default 500.
Number of positive events to select, default 1000.
Logical. Default is TRUE.
A matrix with the selected expression data.