Help for this page

Select Code to Download


  1. or download this
    1    7    848773    75    A    74
    1    7    848576    74    A    0
    2    16    785802    75    A    0
    2    16    786009    75    A    74
    3    7    848576    75    A    74
    3    7    848773    74    A    0
    
  2. or download this
    7    848576    848773    2
    16  785802    786009    1
    
  3. or download this
        my @F2 = split("\t", $_);
        my $partner = <$IN2>;
        my @F3 = split("\t", $partner);
    
  4. or download this
    my %count;
    $count{$F2[1]}{$F2[2]}{$F3[2]}++;