in reply to Re: Re: BioInformatics - polyA tail search
in thread BioInformatics - polyA tail search
Are you sure that's what you want? You know your problem-space, so I'm just checking. There are three issues I see:
Either way, the simple answer is to parse the file using SeqIO (BioPerl). Extract the sequence, then run a reg-ex to look for what you want. In your case it's $seq =~ /[AN]{10,}/ I think.
|
|---|