You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
divideByReference() is a type of normalization (normalization by reference channel), therefore I think it should be made accessible from normalizeSCP(). This means we need to implement a new method in MsCoreUtils.
Since it is a type of normalization, a new assay should be created instead of replacing the target assay.
We could make it more generic, including subtraction as well (in case of normalization on log-transformed data).
The text was updated successfully, but these errors were encountered:
(point 1.): Strictly speaking, dividing all multiplexed samples within a run with a reference channel is batch correction rather than normalization (though many call it normalization anyway).
I think we should consider several improvements:
divideByReference()
is a type of normalization (normalization by reference channel), therefore I think it should be made accessible fromnormalizeSCP()
. This means we need to implement a new method inMsCoreUtils
.The text was updated successfully, but these errors were encountered: