In article <[EMAIL PROTECTED]>, Janek Schleicher
wrote:
> Robin Garbutt wrote at Mon, 23 Jun 2003 11:40:47 +0100:
>
>> I have a string that is a random sequence like the following:-
>>
>> ACGTCGTCGTCACACACACGCGTCTCTATACGCG
>>
>> I want to be able to parse the string, picking out any TATA seque
In article <[EMAIL PROTECTED]>,
Robin Garbutt wrote:
> Hi all,
>
> I have a string that is a random sequence like the following:-
>
> ACGTCGTCGTCACACACACGCGTCTCTATACGCG
>
> I want to be able to parse the string, picking out any TATA sequences,
> colour them in red and make a not of where ther
In article <[EMAIL PROTECTED]>, Janek Schleicher
wrote:
> Robin Garbutt wrote at Mon, 23 Jun 2003 11:40:47 +0100:
>
>> I have a string that is a random sequence like the following:-
>>
>> ACGTCGTCGTCACACACACGCGTCTCTATACGCG
>>
>> I want to be able to parse the string, picking out any TATA seque
news:[EMAIL PROTECTED]
>
> "Robin Garbutt" <[EMAIL PROTECTED]> wrote in message
> news:[EMAIL PROTECTED]
> what does shift do in perl?
>
> cheers
>
> Rob.
>
> > -Original Message-
> > From: Janek Schleicher [mailto:[EMAIL PROTECTED]
>
"Robin Garbutt" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
what does shift do in perl?
cheers
Rob.
> -Original Message-
> From: Janek Schleicher [mailto:[EMAIL PROTECTED]
> Sent: 23 June 2003 08:52
> To: [EMAIL PROTECTED]
> Subject: Re: p
what does shift do in perl?
cheers
Rob.
> -Original Message-
> From: Janek Schleicher [mailto:[EMAIL PROTECTED]
> Sent: 23 June 2003 08:52
> To: [EMAIL PROTECTED]
> Subject: Re: perl reg exp problem
>
>
> Robin Garbutt wrote at Mon, 23 Jun 2003 11:40:47 +0100
Robin Garbutt wrote at Mon, 23 Jun 2003 11:40:47 +0100:
> I have a string that is a random sequence like the following:-
>
> ACGTCGTCGTCACACACACGCGTCTCTATACGCG
>
> I want to be able to parse the string, picking out any TATA sequences,
> colour them in red and make a not of where ther lie in the
Hi all,
I have a string that is a random sequence like the following:-
ACGTCGTCGTCACACACACGCGTCTCTATACGCG
I want to be able to parse the string, picking out any TATA sequences, colour them in
red and make a not of where ther lie in the sequence.
Is this possible with perl?
cheers
Rob.
=