You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Hi,
Is there a way of extracting the inverse tranform from a flowjo workspace when the
execute = FALSE
argument is used in flowjo_to_gatingsetI 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
The text was updated successfully, but these errors were encountered: