This function calculates the unmixing error for each fluorophore, including intercept, coefficient and slope, using robust linear modeling.
get.unmixing.error(
expr.data.unmix,
fluorophores,
scale.untransformed,
transform.inv,
flow.event.sample,
asp
)Data frame containing unmixed expression data.
Vector of fluorophore names.
Logical indicating whether to scale untransformed data.
Function to apply the inverse transformation.
Vector indicating the sample for each flow event.
The AutoSpectral parameter list.
Prepare using get.autospectral.param
A list containing the unmixing correction matrices for intercept, coefficient and slope.