Bio-Tools-DNAGen

 view release on metacpan or  search on metacpan

DNAGen.pm  view on Meta::CPAN

    $gen->set_gcratio([40, 60]);

    # or

    $gen->set_gcratio(40, 60);

Default is 'undef', which means gc-ratio is not related to sequence selection.

=head2 set_mt

Setting for the melting temperature. For now, Wallace formula is adopted for calculation.

You can give it a specific value, like

    $gen->set_mt(30);

or an array to say a range

    $gen->set_mt([20, 30]);

    # or



( run in 0.458 second using v1.01-cache-2.11-cpan-3cd7ad12f66 )