Help for this page

Select Code to Download


  1. or download this
    file 1 (test)
    chr1    30
    ...
    chr2    60
    chr2    80
    chr3    100
    
  2. or download this
    output
    chr1    10
    chr2    40
    chr2    10
    chr3    20
    
  3. or download this
     #!/usr/bin/env perl
    use strict;
    use warnings;
    ...
            }
        }
    }