[Biopython] Record count in pcassay database
bar tomas
bartomas at gmail.com
Tue Jul 14 11:03:08 UTC 2009
Hi,
I'm using Biopython to access Entrez databases.
I've retrieved information of the pcassay database with the following code:
handle=Entrez.einfo(db=*"pcassay"*)
record=Entrez.read(handle)
print record[*'DbInfo'*][*'Count'*]
Printing the record count of pcassay gives :
*1659*
Such a limited number of records seems impossible.
Am I using Biopython incorrectly ?
Thanks very much
More information about the Biopython
mailing list