Hello:
It looks like the only difference (please correct me if I'm wrong) from FCSTrans implementation is that flowCore uses it's own C++ implementation of biexponential_transform() in place of original C implementation in FCSTrans.
1) If FCSTransTransform() was meant to reproduce FCSTrans, why wasn't the original biexponential_transform() used?
2) Is it possible to find the original C source? I looked on Sourceforge:
https://sourceforge.net/projects/immportflock/
but it's not found there.
Regards, Nik Tuzov
Hi, 2) the original code of FCSTrans is R code and could be found at https://sourceforge.net/projects/immportflock/files/FCSTrans/ Regards