Help for this page

Select Code to Download


  1. or download this
    file1:
    ATCGATGTGT
    ...
    
    file2:
    CCGATGCTGAggatgtcgcgcagatttaggCCGATGCTGAgagcatgaa...
    
  2. or download this
      my $matched='';
            foreach (@probes){
                                    chomp $_;
    ...
                                    $matched.= "$_\t$position\n";
                                    }
             }