.renormaliseWell {twoddpcr} | R Documentation |
Normalise a well in both channels and then transform it back to the original (combined) scale.
.renormaliseWell(allDf, well, combinedCentres, indivCentres1, indivCentres2)
allDf |
A list of data frames, where each one corresponds to a well's droplet amplitudes. |
well |
The name or number of the well to normalise. |
combinedCentres |
A data frame of the combined (average) centres of the non-normalised wells. |
indivCentres1 |
A data frame of centres corresponding to channel 1. |
indivCentres2 |
A data frame of centres corresponding to channel 2. |
A list of data frames with the rescaled amplitudes in both channels.
Anthony Chiu, anthony.chiu@cruk.manchester.ac.uk