Calculates best palindrome for given RNA sequence with restrictions

In this version two types of restriction can be specified:
1) minimal helix length allowed
2) maximal secondary structure length allowed

Method description:
Dynamic programming method without "brahching" of structures with filters using specified restrictions.

Program is provided with viewer.



Description

Parameters