non-transformed data #134
alexZhongvai
started this conversation in
General
Replies: 1 comment 1 reply
-
Hi Alex, Sorry I missed this message. You can use the Also, note that the upcoming 1.0 version will have breaking API changes for handling FlowJo workspace files. Basically there will be a dedicated Workspace class that will hopefully make things simpler for users. Regards, |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
First of all, thanks for the wonderful package, with which I can convert flow data to pandas dataframe and makes my life a lot easier.
I just wonder how to extract non-transformed data when I use the following command to extract fj workspace that has transformation done? I plugged
ignore_transformation =True
in, but nothing happened.import a FlowJo 10 workspace file
session.import_flowjo_workspace(wsp_path)
Beta Was this translation helpful? Give feedback.
All reactions