Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

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

by Lexicon (Chaplain)
on Jul 10, 2005 at 10:13 UTC ( [id://473745]=note: print w/replies, xml ) Need Help??


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

This problem is the standard beginner bioinformatics homework question. If you really want to study Bioinformatics, you should approach this on your own instead of asking us for code. If you have specific questions, we'd be happy to help if you'll post the code you're having problems with.

Replies are listed 'Best First'.
Re^2: extracting open reading frame (ORF) from a FASTA file
by Nadiah (Novice) on Jul 10, 2005 at 11:03 UTC

    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 :(

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (7)
As of 2024-03-28 10:44 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found