Help for this page

Select Code to Download


  1. or download this
    while (<IN>) {
        our(@F) = split(/\s+/, $_, 0);
    ...
            }
        }
    }
    
  2. or download this
    1    111    C    T    1    0    6
    1    136    G    A    1    0    6
    ...
    1    268    A    C    1    0    2
    1    268    A    C    1    0    4
    1    270    C    T    1    0    2
    
  3. or download this
    map {$x += $$_[0]; $y += $$_[1];} @{$r{$k};};