Help for this page

Select Code to Download


  1. or download this
    > a<-read.table("a")
    > b<-read.table("b")
    > c<-merge(a,b,by.x=1, by.y=1)
    > c
    
  2. or download this
    #!/usr/bin/perl
    
    ...
    close OUT;
    
    }