Skip to main content
. Author manuscript; available in PMC: 2014 Jun 6.
Published in final edited form as: IEEE/ACM Trans Comput Biol Bioinform. 2011 Mar 16;9(1):294–304. doi: 10.1109/TCBB.2011.58

Algorithm 2.

INDEVIRE(M,C,c,(i,j))

1: Let C = TC × IC be the biclique in C indexed by c(i, j);
2: Let X={x:xT,M(x,j)=1}, Y={y:yI,M(i,y)=1};
3: if M(i, j) = 0 then
4:     return (TCX)×(ICY);
5: else
6:     return ((TC\{i})X)×((IC\{j})Y);
7: end if