Help for this page

Select Code to Download


  1. or download this
    class_type('Bio::Seq');
    
    coerce 'DNAString'
      => from 'Bio::Seq'
      => via { $_->seq };