Research Article

Gene Network Biological Validity Based on Gene-Gene Interaction Relevance

Algorithm 1

Pruning process.
INPUT  : input network
: network obtained from the pathway
OUTPUT  : network pruned
begin
for each edge    do
  for each node   of   do
   if    then
    
    
   end if
  end for
end for
end