http://qs321.pair.com?node_id=474200


in reply to Re: extracting open reading frame (ORF) from a FASTA file
in thread extracting open reading frame (ORF) from a FASTA file

Hi Boris,

Thanks for your help.. but I need further explainations on the codings.

About the codes right.. may i know what this line means and why do we need to minus the pos() by 3?
my $start = pos() - 3;
Secondly, why is there a need for this substr statement? substr ($_, $start, $stop - $start), $/;

  • Comment on Re^2: extracting open reading frame (ORF) from a FASTA file