Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re: how to find this substring?

by roboticus (Chancellor)
on Jun 08, 2012 at 11:53 UTC ( [id://975144]=note: print w/replies, xml ) Need Help??


in reply to how to find this substring?

Something like this should work:

if ($seq =~ /(ATG.*(TAA|TAG|TGA))/) { $subseq = $1; }

...roboticus

When your only tool is a hammer, all problems look like your thumb.

Log In?
Username:
Password:

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

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

    No recent polls found