Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re^2: Trying to use substring to find a reverse complement in DNA,

by Cristoforo (Curate)
on Dec 06, 2015 at 04:47 UTC ( [id://1149490]=note: print w/replies, xml ) Need Help??


in reply to Re: Trying to use substring to find a reverse complement in DNA,
in thread Trying to use substring to find a reverse complement in DNA,

Could also say:
my $rc = reverse uc($dna) =~ tr/ATGC/TUCG/r;
Laurent_R said Except that the OP said: without using s// or tr///. That's part of the assignment.

Yes, my bad.

  • Comment on Re^2: Trying to use substring to find a reverse complement in DNA,
  • Download Code

Log In?
Username:
Password:

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

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

    No recent polls found