Help for this page

Select Code to Download


  1. or download this
        foreach $motiffile(@motiffile){
            if($motiffile =~ /(^[A|S]\d+\s+|^[A|S]\d+b\s+)([A-Z]+)(\s+.*)$
    ...
               }    
               return $regexp;
             ...
    
  2. or download this
    push @regexp, $regexp
    
  3. or download this
    return join '|', @regexp;