It would be great to handle FCS3.2 in IFC package
FCS3.2 specifications are described in https://onlinelibrary.wiley.com/doi/10.1002/cyto.a.24225
Although IFC package can read files with different bits depth FCS3.2 may store different PnDATATYPE.
Existing code may need to be reshaped or a dedicated function may need to be created especially for FCS3.2
Reading different bit depth in different type (integer/float/double) may be a slow process (Rcpp dedicated funs may help)
It would be great to handle FCS3.2 in
IFCpackageFCS3.2 specifications are described in https://onlinelibrary.wiley.com/doi/10.1002/cyto.a.24225
Although
IFCpackage can read files with different bits depth FCS3.2 may store differentPnDATATYPE.Existing code may need to be reshaped or a dedicated function may need to be created especially for FCS3.2
Reading different bit depth in different type (integer/float/double) may be a slow process (Rcpp dedicated funs may help)