powered by
Convert an expression matrix and a gating strategy to a boolean matrix (whether each event is gated out by each channel)
boolmat(gate, xp)
A return from hypergate
Expression matrix as in the hypergate callxp=Samusik_01_subset$xp_src[,Samusik_01_subset$regular_channels]
data(Samusik_01_subset) xp=Samusik_01_subset$xp_src gate_vector=Samusik_01_subset$labels hg=hypergate(xp=xp,gate_vector=gate_vector,level=23,delta_add=0.01) head(boolmat(hg,xp))
Run the code above in your browser using DataLab