Open thejohnhoffer opened 2 years ago
Ah, my issue stems from attempting to perform gating on a channel that is not selected.
So I've selected "Keratin" for gating on the right, but I didn't view that channel on the left.
It seems the software assumes that I'll only be gating against visible channels! That may be a fine assumption, but perhaps an error message would be nice.
Problem
When I try to activate the centroid rendering (OR-mode / pie-chart), I see an error on this line:
Here's what I can figure out:
_this.channel_list.currentChannels
.gatingChannelIndices[i].index
that I have selectedIt seems like the simplest fix would be to add the following conditional check:
Replication
crop-crc01
dataset channel ome-tiff, mask tiff, quantification csv, and cluster csvHoechst0
) and one mask (Keratin_570
)Question
However, I'm not sure if there's a logical error. My question would be: Should
_this.channel_list.currentChannels
contain all active channels?I wonder if it is related to this FIXME statement: