Help for this page

Select Code to Download


  1. or download this
    if ($windowSeq =~ /GG$/)
    {
      $sequences{$windowSeq}{Count}++; 
      $sequences{$windowSeq}{Position} = $windowStart; 
    }
    
  2. or download this
    if ($windowSeq =~ /GG$/)
    {
      $windowStart += $windowSize;
    ...
    {
      $windowStart += $stepSize;
    }