Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re^3: (Golf) RNA Genetic Code Translator

by tadman (Prior)
on Jul 09, 2001 at 22:03 UTC ( [id://95078]=note: print w/replies, xml ) Need Help??


in reply to Re: Re: (Golf) RNA Genetic Code Translator
in thread (Golf) RNA Genetic Code Translator

Stunning, to say the least, but what is more stunning is the amateurish oversight that I made myself when posting my entry. How could I have not used the range feature of tr? I feel silly, but at least I'm not alone:
sub f { $_=pop;y/ACUG/0-3/;s|(.)(.)(.)|(map{ord>91?uc:(),uc} 'KnKttiIMRsRQhQppllrr.y.ssLfL.cWEdEaavvgg'=~/./g)[$1*16+$2*4+$3]|eg;$_ }
I was looking at my entry, trying to save a few strokes, motivated by scain's Benchmarks posted below. It was immediately obvious how to save a few strokes, now that I'm awake and caffinated and all. Revised, mine ended up at 133, still a ways off of MeowChow at the new and improved 122 posted above:
sub f{ $_=pop;y/UCAG/0-3/;s/(.)(.)(.)/substr "FFLLSSSSYY..CC.WLLLLPPPPHHQQRRRRIIIMTTTTNNKKSSRRVVVVAAAADDEEGGGG", $1<<4|$2*4|$3,1/ge;s/\d//g;$_ }

Log In?
Username:
Password:

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

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

    No recent polls found