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
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
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
The text was updated successfully, but these errors were encountered:
flowJo
expect thegate coordinates
to be at raw scale. Sotransformation
is required to be present inGatingSet
in order to inverse transform thegates
.You can do the
compensation
andtransformation
directly toGatingSet
instead ofFCS
so that they will be all recorded inGatingSet
. (See vignette )There is
flowWorkspace::asinhtGml2_trans
constructor you can use if you prefer toasinh
On 07/12/2016 07:25 AM, Brian Muchmore wrote:
The text was updated successfully, but these errors were encountered: