Re: Nucleotide Sequence

2004-03-05 Thread km
t; Thanks and Best Regards, > > Sumit > > -Original Message- > From: km [mailto:[EMAIL PROTECTED] > Sent: Friday, March 05, 2004 1:10 PM > To: Sumit Kaur > Cc: [EMAIL PROTECTED] > Subject: Re: Nucleotide Sequence > > > Hi, > > can u pls be a b

RE: Nucleotide Sequence

2004-03-05 Thread Jayakumar Rajagopal
To: Sumit Kaur Cc: [EMAIL PROTECTED] Subject: Re: Nucleotide Sequence Hi, can u pls be a bit clear abt the question. are u considering all 6 frames while generating combinations ? u'll have to be comfortable with basics of Perl. As far as i have understood ur question i have made a prog

Re: Nucleotide Sequence

2004-03-05 Thread km
; $k+=3; } print $sum; # total ## program ## - In-Reply-To: <[EMAIL PROTECTED]> On Fri, Mar 05, 2004 at 12:11:25PM -0800, Sumit Kaur wrote: > Hi, > > I have to write my first Perl script . This scripts Sear

Nucleotide Sequence

2004-03-05 Thread Sumit Kaur
Hi, I have to write my first Perl script . This scripts Searches for rare codons in nucleotide sequence . The nucleotide sequence is entered by the user in the format "ATTGCAATT.." and then the scripts breaks this sequence in the groups of three alphabets like ATT,GCA,ATT...so no.