[Biopython] Query regarding Bioassay database

Peter Cock p.j.a.cock at googlemail.com
Tue May 31 12:30:15 UTC 2011


On Tue, May 31, 2011 at 12:34 PM, sai nitin <sainitin7 at gmail.com> wrote:
> Hello,
>
> Myself sainitin  i have one query regarding Eutilities use for pubchem and
> bioassay database as follows
>
> Question: I have list of pubchem IDs i have to get corresponding bioassay
> IDS which are unspecified
> for example it should print as following
>
> PubchemID:Bioassay IDs (unspecified)
>
> Please can any one give some suggestions how to retreive unspecified
> Bioassay IDS for given Pubchem IDS using Biopython
>
> Thanks in Advance

Try Entrez Link (ELink), possibly with the pcassay_pccompound link. See
the links in the Biopython documentation for Bio.Entrez.ELink, especially:
http://eutils.ncbi.nlm.nih.gov/corehtml/query/static/entrezlinks.html

If you could give a more complete example it would help. In particular,
an example of a positive match between pubchem and bioassay.

Peter




More information about the Biopython mailing list