Help for this page

Select Code to Download


  1. or download this
    my $count = $result_buffer->{$id}->{$pwm};
    
  2. or download this
     my $count = count_pwm_num($pwm,$seq_1,$seq_2);
    
  3. or download this
    if($count != 0) {
         $output_temp_handle->print($id);
    ...
         $output_temp_handle->print($id);
         $output_temp_handle->print("\t$pwm\t0\n");
    }
    
  4. or download this
    $pm->start and next PWM;