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

extract inverse transform #150

Open
Biomiha opened this issue Feb 20, 2023 · 0 comments
Open

extract inverse transform #150

Biomiha opened this issue Feb 20, 2023 · 0 comments

Comments

@Biomiha
Copy link

Biomiha commented Feb 20, 2023

Hi,

Is there a way of extracting the inverse tranform from a flowjo workspace when the execute = FALSE argument is used in flowjo_to_gatingset

gs <- flowjo_to_gatingset(ws, name = 4, execute = FALSE, additional.keys = NULL)

I followed this workflow:
https://bioc.ism.ac.jp/packages/3.12/bioc/vignettes/CytoML/inst/doc/flowjo_to_gatingset.html#2_Advanced

gh_get_transformations(gs[[1]], channel = "B710-A") gives me the tranformations, but is there a direct way of obtaining the inverse transform?
Basically, I would just like to be able to use axis_x_inverse_trans() to give me a sensible scale when plotting.

Many thanks in advance,
Miha

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