[BioPython] Re: translating genes with >1 exon

Jeffrey Chang jchang@SMI.Stanford.EDU
Wed, 12 Apr 2000 20:55:28 -0700 (PDT)


[Andrew]
> > Seq("ATGCATCACAATCGW", IUPACAmbiguousDNA())
> > 
> > Thus, translation of subsets is:
> >   translate(seq[5:20] + seq[29:65] + seq[100:200])
> > 
>    Should there be a program to guess where the exon start and end?
> 
>                                               Cayte

That's a pretty tall order!  Finding exons is still an area of heavy
research.  However, if anyone has an implementation, I'd be happy to
include it.

Jeff