>I need to to reverse compliment a nucleotide sequence, so

>C become a G
>G becomes a C
>A becomes a T
>T becomes an A

>I need to go through a string a character at a time and build a new string.

>So:

>"ACTG" becomes "TGAC"

At first sight, simply 
replace ("ACTG","TGAC", "all")
should do it, but I suspect the problem to be a little more complex,
can you give us more detail (may be a link) about what a "nucleotide sequence" 
may look like?

-- 
_______________________________________
REUSE CODE! Use custom tags;
See http://www.contentbox.com/claude/customtags/tagstore.cfm
(Please send any spam to this address: [EMAIL PROTECTED])
Thanks.


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:209448
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to