Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Re: Similarity of strings

by Anonymous Monk
on May 15, 2002 at 22:49 UTC ( [id://166864]=note: print w/replies, xml ) Need Help??


in reply to Similarity of strings

How did you produce your alignment? Did you use BLAST? http://www.ncbi.nlm.nih.gov/blast" Sequence alignment tools calculate the %identity, %similiarity, %gaps of the alignments they produce. One can then use a parser http://sapiens.wustl.edu/~ikorf/BPlite.html to get at the information you want.

Replies are listed 'Best First'.
Re: Re: Similarity of strings
by professa (Beadle) on May 16, 2002 at 10:31 UTC
    Yep, I used BLAST, followed my mview (http://mathbio.nimr.mrc.ac.uk/~nbrown/mview/) to prepare an alignment from the BLAST-report.
    But MVIEW doesn't provide the similarity stuff (but does provide e-value, score, and some other things) and I don't have the guts to parse the complete BLAST-report (which can be very big sometimes) just to get the similarity.
    I prefer to check only those sequences which are of interest to me directly.

    Cheerz, Micha

      Perhaps bioperl has a BLAST parser you could use? (I've never used their parsers, so I cannot comment further.)
        I'm using BioPerl already, but I think parsing a 40-200 Mb BLAST-report is over the top and won't save much time (if at all) over calculating the similarities by myself. In fact, that would be a real memory-filler. ;-)

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://166864]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (2)
As of 2024-04-25 22:58 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found