saeyslab/CytoNorm

Code proposal

SamGG opened this issue · 0 comments

SamGG commented

Hi Sofie,

Does the gsub mean basename? At

CytoNorm/R/QuantileNorm.R

Lines 494 to 495 in e94732c

paste0(prefix,
gsub(".*/","",file)))))

I think it you would interesting to store the untransformed along with the transformed channels. This redundant with the quantile plot but this will allow the user to see the transform with a classical flow software. I mean something like copying original expression of the transformed channels, renaming the colnames, and fr_append_cols them before wirting.

By the way, as the current process replaces the expression but do not alter the range, I wonder if there could be a problem if the transformed maximum is higher than the previous as the range does not change. This might be linked to previous issues.

Best