Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
    
    my @finalmatrix = zip_by { [ @_ ] } @t;
    use Data::Dump 'dd'; dd 'final matrix', \@finalmatrix;
    
  2. or download this
    (
      "original matrix",
    ...
        ["intron", "intron", "UTR_CG", "UTR"],
      ],
    )