Re: [R] R: Reverse Complementary Base Problem

2015-03-09 Thread Boris Steipe
Use reverseComplement() in the Biostrings package. B. On Mar 8, 2015, at 10:08 PM, saran wai wrote: > Hi I'm new to R programming and trying to write program for Reverse and > Complementary Base. the objective is to Design A DNA primer. So I have a DNA > sequence with base A T C G and A compl

[R] R: Reverse Complementary Base Problem

2015-03-09 Thread saran wai
Hi I'm new to R programming and trying to write program for Reverse and Complementary Base. the objective is to Design A DNA primer. So I have a DNA sequence with base A T C G and A complement to T; T=A;C=G;G=C. I just figure out How to Reverse It Already. but for the Complement i can only make