RGLab / flowWorkspace

flowWorkspace
GNU Affero General Public License v3.0
45 stars 21 forks source link

flowjo_log_trans error #295

Closed mikejiang closed 4 years ago

mikejiang commented 4 years ago
library(CytoML)
library(flowWorkspace)
ws <- open_flowjo_xml(file.path(data_path, "31-Dec-2019.wsp"))
ws
gs <- flowjo_to_gatingset(ws, sampNloc = 'sampleNode')

gating ...
write adt_counts.fcs_62192 to empty cdf slot...
Error in flowjo_log_trans(decade = curTrans$decade, offset = curTrans$offset,  :
  unused argument (inverse = inverse)

It was reported from release version. need to create a reproducible wsp (with log transform defined in flowJo) to troubleshoot.