Closed laderast closed 9 years ago
flowClust.2d
is supposed to perform a 2d
gating on two dimensions. But your pop
column ('Pt1+NA1+') tells the template parser
to treat it as two 1d
gating on Pt1
and NA1+
and construct the 3rd
quadrant (i.e. ++
) from them . That is the reason flowClust.2d
complained about the dimensions.
So the right thing to do is to change the pop
to Pt1NA1+
Thanks, Mike. That was a subtle point that I missed.
Hi,
I am trying to run openCyto with the 2D versions of flowClust. When I try to run this line in my template file:
I am getting this error when I try to run the gating template:
I think I've managed to pinpoint the problem in .preprocess_row() in that the channels argument gets expanded into the 1d rows with a refGate:
Here is my sessionInfo: