[Biopython] converting unigene list in gene name list

Peter Cock p.j.a.cock at googlemail.com
Mon May 27 15:36:45 UTC 2013


On Mon, May 27, 2013 at 4:29 PM, francesco chiani
<francesco.chiani at gmail.com> wrote:
> HI pythonian,
> I'm trying to convert a simple txt unigene list in a gene symbol list with
> Bio.Entrez , let's semplify: just one unigene:
> handle =Entrez.esearch(db="unigene", term="Z26634")
> but..what I've got from Entrez.read is fairly unusefull, I think.. what I'm
> doing wrong?
>
> kindly

Hi Francesco,

I'm not clear what you are hoping to achieve here.

Could you give an example of the input data (e.g. a list like
["Z26634", ...] perhaps?) and the desired output to match?

Thanks,

Peter



More information about the Biopython mailing list