Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    TTWWWC
    WWWWTCTG
    TTWTTTCT
    
  2. or download this
    use strict;
    use warnings;
    use Bio::SeqIO;
    ...
        print $seq->id," ",$seq->seq; #output,ID space-separated from sequ
    +ences 
        print "\n";
        }
    
  3. or download this