Actually there's another approach to this, not using necessarily using Genetic algorithms or regex - weight matrices. So you would want to look through a set of data, basically scoring it for the occurance of pattern(s). As you find the common pattern, you create a weight matrix, based upon the number of occurances and the frequency of occurance of a particular letter/resiidue at a position in the pattern. Once you have some examples of the pattern you can rescan your new data for the occurance of the pattern, reinforce the matrix by rescoring it for new data, etc. Check out this link: TFBS. Boris lenhard of the Karolinska Institute presented this as a way of scanning for promoter sequence patterns in July. It should be available for download.

MadraghRua
yet another biologist hacking perl....


In reply to Re: generating regexes? by MadraghRua
in thread generating regexes? by mortis

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.