Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GatingSet2flowJo without transformation #5

Closed
mikejiang opened this issue Jul 12, 2016 · 0 comments
Closed

GatingSet2flowJo without transformation #5

mikejiang opened this issue Jul 12, 2016 · 0 comments

Comments

@mikejiang
Copy link
Member

mikejiang commented Jul 12, 2016

flowJo expect the gate coordinates to be at raw scale. So transformation is required to be present in GatingSet in order to inverse transform the gates.
You can do the compensation and transformation directly to GatingSet instead of FCS so that they will be all recorded in GatingSet. (See vignette )

There is flowWorkspace::asinhtGml2_trans constructor you can use if you prefer to asinh

On 07/12/2016 07:25 AM, Brian Muchmore wrote:

Hi Mike,

So, I run the following code

flowjofile <- file.path
GatingSet2flowJo(gs, flowjofile)

And get the following error

Error: No transformation is found in GatingSet!

I run an asinh transformation on my original FCS files and then rewrite them as new FCS files before running openCyto. Is it possible to augment the GatingSet2flowJo function to ignore the transformation information (or lack thereof)?

Thanks.

-Brian

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant