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

Re: Regex Match Problem

by mwah (Hermit)
on Aug 24, 2010 at 19:07 UTC ( [id://857007]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
             print "tag \t= $tag\n";
             my $RC_tag = reverse($tag);
             print "RC_tag \t= $RC_tag\n";
             $RC_tag =~ tr/ACTGactg/TGACtgac/;
             print "RC_tag \t= $RC_tag\n";
    
  2. or download this
     tag         = ACGACACGTAT
     RC_tag      = TATGCACAGCA
     RC_tag      = ATACGTGTCGT
    
  3. or download this
            my $tag = $tag_obj->seq;
            print "tag = ",$tag,"\n";
            my $RC_tag = reverse $tag =~ tr/ACTGactg/TGACtgac/;
    

Log In?
Username:
Password:

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

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

    No recent polls found