My old job was basically the company BLAST-monkey, I could probably give you some specific help in a personal converstation. However, I havent ran any BLAST searches in the last couple of years that I could share.


A couple of general points though:


  1. 99.9% (<-- pure guess based on extenisve observations!) of BLAST searches are run with whatever defaults are set by the web-portal or command line.
  2. The speed of BLAST and related programs has been "fast enough" now for many years. So any improovments would need to come with "better" results (e.g. more accurate sequence alignments) to get the field excited.
  3. The Hamming distance, is not really applicable in this field (although as an intermediate pass the pre-filter a database of sequences it may have some use), as e-values are the cut-off most frequently used. However this depends largely on the reason of the search, and if you are looking for evolutionary related protein sequences or short stretches of highly similar DNA. For the latter, take a look at BLAT (https://genome.ucsc.edu/FAQ/FAQblat.html) which last time I checked was orders of magnitude faster than BLAST at these type of searches.

  4. If you want me to cobble together a test datbase or two with some general & more tricky edge examples I could do.

    Cheers, Monkeyboy
    This is not a Signature...

In reply to Re: RFC: A call to bioinformationalists for some generic information. by monkey_boy
in thread RFC: A call to bioinformationalists for some generic information. by BrowserUk

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.