Closed abbatidanilo closed 4 years ago
Based on your script, you can try something like this
gs <- GatingSet(flow_set)
trans <- transformerList(sel_col, asinhtGml2_trans())
gs <- transform(gs, trans)
cs <- gs_cyto_data(gs)
warpSet(cs, target = your_reference_sample , stains = marker_names)
Thank you very much Mike
Dear Mike, This is not an issue and I beg your pardon for this. I am deploying a shiny web-app for high dimensional flowSet analysis which contains several workflows to pre-process, assays and analyze the entered fcs samples. Since the beginning I would like to implement the flowSet alignment with flowStats. My code is currently:
The procedure worked just fine but before to move to the R4.0 version I would like to fix this since the flowCore::workFlow is deprecated and I should use 'flowWorkspace::GatingSet' instead from now on. I already try following the documentation but in vain (probably I miss something). Could you help me? Many thanks