Sadly it is more fun to use the same word for multiple things in biology...

FASTA can be the sequence format (also called Pearson format). FASTA is also a program for searching sequences by aligning them.

As to what the poster is really after, I think it is the output of the latter in order to generate a list of sequences which are significantly similar the input query set. This is something you might do if you are trying to build the a gene family which is made up of similar sequences.

But at this point we are just playing guessing games so it will have to be clarified by the poster as to what they want. Honestly this is not the best forum to ask these questions - consider posting to the Bioperl list if you have bioinformatics+perl questions or else spend a little more time explaining the algorithm you are trying to write.

As I have already posted Re: Fasta Using Perl, it is possible to parse the output from FASTA with Bio::SearchIO and to parse the sequence files with Bio::SeqIO, databases of sequences with local Indexes Bio::DB::Fasta, Bio::Index::Fasta and friends.


In reply to Re^2: Comparing Files by stajich
in thread Comparing Files by FarTech

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.