Help for this page

Select Code to Download


  1. or download this
                @cds = (@cds, $content[$start]);
                print @cds;
    
  2. or download this
           for ($start;$start <= $index_max; $start++)
            {
    ...
            print @origin;
            for @origin
            {
    
  3. or download this
       #This chromosome have tags. Identify CDS ones.
        my @features =$mySeq ->all_seqfeatures();
    ...
            print "Feature region has tag", $tag, "CDS",
            join(‘ ‘,$feat->each tag value($tag)), "\n";
        }
    
  4. or download this
    open(my $file, '<', $file_name) or die "Sorry, we can't open your $fil
    +;
    open (WRITE, ">>concatenare.txt");