Closed mikejiang closed 7 years ago
After some more thoughts on this, I decide it is not worth to pursue this because the standard gatingML
mainly focuses on the definition of individual gates in a flat structure, which is really not suitable for representing the gating hierarchy
from GatingSet
, which is why flowJo
and cytobank
came up their own format s in the first place.
Both
GatingSet2flowJo
andGatingSet2cytobank
generate thepsuedo
gatingML files, which work pretty well for their own purposes. However the application described in #13 calls for a genuinegatingML
to be used byflowSOM
package. This can be done by leveraging existing modules fromGatingSet2cytobank
and disable thegate rescaling
behavior.