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
have access to a .csv or so with same values from .fcs
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)
The text was updated successfully, but these errors were encountered:
It would be great to handle FCS3.2 in
IFC
packageFCS3.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 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)
The text was updated successfully, but these errors were encountered: