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
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
;
$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
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.