Panel Editor truncating data values
I am using Premessa's Panel Editor GUI on a set of CyTOF FCS files to harmonize the channel names. I have already concatenated, normalized, debarcoded, and gated/exported new .fcs files from FlowJo on live, single, CD45+ cells.
The Panel Editor is giving warnings for many channels that say, for example:
"Warning in readFCSdata(con, offsets, txt, transformation, which.lines, scale, :
Some data values of 'Dy161Di' channel exceed its $PnR value 1 and will be truncated!
To avoid truncation, either fix $PnR before generating FCS or set 'truncate_max_range = FALSE'"
Since it's a GUI, I can't change the code to set 'truncate_max_range = FALSE'". If I look at the new renamed fcs file in FlowJo, it is literally truncated at 1.
I also tried using cytofCore.updatePanel, and I experienced the same issue.
Does anyone know if there's a way to get around this in the panel editor? or perhaps I'm exporting the live, single, CD45+ cell fcs files incorrectly from FlowJo that could be leading to this issue? Or is there code for a panel editor I could use, so I could include 'truncate_max_range = FALSE'" to try to get around this?
Thanks in advance for any help!
Best,
Rebecca