Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

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

by Nadiah (Novice)
on Jul 10, 2005 at 11:03 UTC ( [id://473749]=note: print w/replies, xml ) Need Help??


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

ok sure.. i've worked out something.. but having problems with it.
i decide to use substring to extract "ATG".

print "\nThe sequence is :$sequence\n\n"; @sequence = $sequence; @sequence= split('', $sequence); $start ="ATG"; $a1 = substr ($sequence, $start, 3); print "$a1\n";
it can't display all of the "ATG"s in the fasta file.. help please :(

Replies are listed 'Best First'.
Re^3: extracting open reading frame (ORF) from a FASTA file
by Lexicon (Chaplain) on Jul 10, 2005 at 11:25 UTC

Log In?
Username:
Password:

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

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

    No recent polls found