[Bioperl-l] Bioperl newbie Bio::Tools::Sim4::Results question
Jason Stajich
jason at bioperl.org
Wed Feb 24 19:52:08 UTC 2010
Do you want the sequence name or the sequence itsself?
I don't think the sequence is in the report, it is just locations of the
exons in the report.
You can use Bio::DB::Fasta to index your genome and EST db and then pull
out the sequence locations with code like:
$db->seq(NAME, START => END)
-jason
Jeff S Kittrell wrote:
>
> Hello,
> I new at bioperl so sorry if this question is mundane. I am parsing a
> sim4 file with
> Bio::Tools::Sim4::Results and can not for the life of me figure out
> how to extract the query or
> hit sequence.
>
> thanks for your help,
> jeff kittrell
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> Bioperl-l mailing list
> Bioperl-l at lists.open-bio.org
> http://lists.open-bio.org/mailman/listinfo/bioperl-l
More information about the Bioperl-l
mailing list