[BioPython] UniGene parser

Sagar Damle sagar@caltech.edu
Mon, 15 Jul 2002 16:10:04 -0700


Hi all,
  does anyone have any experience using the UniGene module of BioPython.  It doesn't seem to have the same format as other information-gatherers (GenBank module, for example).  basically, I'm looking for corresponding usage statements for the ones below:

   gbp = GenBank.RecordParser()
   gbd = GenBank.Dictionary(parser = gbp)

looks like the UniGene module has recordParser, but not a 'dictionary' object that accesses NCBI's unigene website.

 -sagar