Help for this page

Select Code to Download


  1. or download this
     if ($genes[2] eq $hugo[$i]) {
                    print $OUT "$genes[0]\t$genes[1]\t$genes[2]\t$genes[3]
    +\t$hugo[1]\n";
                })
    
  2. or download this
    #added by me
                  else
    ...
                            print $OUT "$genes[0]\t$genes[1]\t$genes[2]\t$
    +genes[3]\tHUGO_notfound\n";
                             $i++;
                            }