<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Hi Stefan<br>
    <br>
    Just a couple of comments, but not much direct help. <br>
    <br>
    From the source code I can see that the multiple alignment proceeds
    in 4 steps: 1) pairwise alignments for all pairs, 2) hierarchical
    clustering into a guide tree, 3) progressive alignment and 4)
    refinement. However the refinement step doesn't seem to be
    implemented yet (there's a TODO in the code). That might explain the
    poorer result.<br>
    <br>
    Another thing to take into account is that there are a couple of
    known bugs in pairwise alignments at the moment:<br>
    <br>
    <a class="moz-txt-link-freetext" href="https://github.com/biojava/biojava/issues/274">https://github.com/biojava/biojava/issues/274</a><br>
    <br>
    <a class="moz-txt-link-freetext" href="https://github.com/biojava/biojava/issues/213">https://github.com/biojava/biojava/issues/213</a><br>
    <br>
    From those, #213 may have some relation to the problem you are
    seeing, but it's hard to tell.<br>
    <br>
    Jose<br>
    <br>
    <br>
    <div class="moz-cite-prefix">On 17.06.2015 03:07, stefan harjes
      wrote:<br>
    </div>
    <blockquote
      cite="mid:1968774162.24278.1434503252591.JavaMail.yahoo@mail.yahoo.com"
      type="cite">
      <meta http-equiv="Content-Type" content="text/html;
        charset=windows-1252">
      <div style="color:#000; background-color:#fff;
        font-family:HelveticaNeue, Helvetica Neue, Helvetica, Arial,
        Lucida Grande, sans-serif;font-size:16px">
        <div id="yui_3_16_0_1_1434305574862_160708">Hi biojava,</div>
        <div id="yui_3_16_0_1_1434305574862_160710"><br>
        </div>
        <div id="yui_3_16_0_1_1434305574862_160712" dir="ltr">I am
          fighting with the multiple alignment of several DNASequences.
          When I use the biojava computation I get alignments errors
          regarding the gaps. Clustalx computes a much better result in
          comparison:</div>
        <div id="yui_3_16_0_1_1434305574862_160926" dir="ltr"><br>
        </div>
        <div id="yui_3_16_0_1_1434305574862_160924" dir="ltr">biojava<br>
        </div>
        <div id="yui_3_16_0_1_1434305574862_160825" dir="ltr">TTGGGGCCTCTAAACGGGGTCTT<br
            style="" class="">
          TTGGGGC-TCTAAC--GGGTCTT<br style="" class="">
          TTGGGGCCTCTAAACGGG-TCTT<br style="" class="">
          <br style="" class="">
          clustal<br style="" class="">
          TTGGGGCCTCTAAACGGGGTCTT<br style="" class="">
          TTGGGG-CTCT-AACGGG-TCTT<br style="" class="">
          TTGGGGCCTCTAAACGGG-TCTT<br style="" class="">
          ****** **** ****<br>
        </div>
        <div id="yui_3_16_0_1_1434305574862_161005">The most important
          difference is the second gap in the middle sequence, which is
          obviously better aligned in clustal. Any hints as to how to
          improve the biojava parameters/algorithms? <br>
        </div>
        <div id="yui_3_16_0_1_1434305574862_161067"><br>
        </div>
        <div id="yui_3_16_0_1_1434305574862_161069">Cheers</div>
        <div id="yui_3_16_0_1_1434305574862_161071">Stefan</div>
        <div id="yui_3_16_0_1_1434305574862_161073">p.s.<br>
        </div>
        <div id="yui_3_16_0_1_1434305574862_161075" dir="ltr">I already
          tried to implement the actual gapPenalty which clustal uses
          which is 10/.1 for the pairwise and 10/.2 for the multiple
          alignment. (i.e. I changed all java short types to int, scaled
          all scoring parameters including the matrix by 10 and
          implemented two different gapPenalties in the two alignments).
          Unfortunately this does not change anything. <br>
        </div>
        <div id="yui_3_16_0_1_1434305574862_161077" dir="ltr">Does any
          of you guys have a copy of the IUB scoring matrix? which would
          be my next try?</div>
        <div id="yui_3_16_0_1_1434305574862_161079" dir="ltr"><br>
        </div>
        <div dir="ltr" style="" class=""
          id="yui_3_16_0_1_1434305574862_160667"> <br style="" class="">
        </div>
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
biojava-dev mailing list
<a class="moz-txt-link-abbreviated" href="mailto:biojava-dev@mailman.open-bio.org">biojava-dev@mailman.open-bio.org</a>
<a class="moz-txt-link-freetext" href="http://mailman.open-bio.org/mailman/listinfo/biojava-dev">http://mailman.open-bio.org/mailman/listinfo/biojava-dev</a></pre>
    </blockquote>
    <br>
  </body>
</html>