compute linear transformation of scatter channels found in ff, based on 5% and 95% of referenceChannel, set as target. If there is a transformation defined in transList for referenceChannel, it is applied first, before computing quantiles. Then the computed linear transformations (or each scatter channel) are added into the transfo_list. -A channels are computed, and same linear transformation is then applied to corresponding -W and -H channels (if they exist in ff).
Source:R/utils.R
computeScatterChannelsLinearScale.Rd
based on a referenceChannel
Examples
data(OMIP021Samples)
ff <- OMIP021Samples[[1]]
refMarker <- "APCCy7 - CD4"
refChannel <- "780/60Red-A"
transList <- flowCore::estimateLogicle(ff,
channels = refChannel)
retTransList <-
computeScatterChannelsLinearScale(ff,
transList = transList,
referenceChannel = refMarker,
silent = TRUE
)