[Bioperl-l] newbie: BLAST Parsing Question

James Wasmuth james.wasmuth@ed.ac.uk
Thu, 9 Jan 2003 21:50:13 -0000


Methinks you want...

$rframe = $hsp->frame;

The method is found in Bio::Search::HSP::GenericHSP so you'll need to check
in there to make sure, plus loads of other stuff you can do with the HSP.
N.B.
the frame is 0-2 instead of 1-3.

Check out the HOWTO on SearchIO, its very useful...
http://bioperl.org/HOWTOs/html/SearchIO.html

hope this helps
J


----- Original Message -----
From: "E Klee" <klee_17@hotmail.com>
To: <bioperl-l@bioperl.org>
Sent: Thursday, January 09, 2003 9:09 PM
Subject: [Bioperl-l] newbie: BLAST Parsing Question


> I am just starting to play around w/ BioPerl's Blast Parsing capability.
I
> was attempting to implement Bio::SearchIO::psiblast to open a blast output
> file and parse it.  I have had difficulty finding the proper command for
> obtaining the translation reference frame for the query sequence when
> parsing a blastx output.
>
> -E
>
> _________________________________________________________________
> Help STOP SPAM: Try the new MSN 8 and get 2 months FREE*
> http://join.msn.com/?page=features/junkmail
>
> _______________________________________________
> Bioperl-l mailing list
> Bioperl-l@bioperl.org
> http://bioperl.org/mailman/listinfo/bioperl-l
>