Entering edit mode
2.4 years ago
iamsmor
•
0
Hello everyone
I am trying to set entrez e-link for pubchem compound but ı couldnot find right parameter for the print name for structure name. I use this e-link
record = Entrez.read(Entrez.elink(dbfrom="Pubmed", db="pccompound", ıd="6UFO"))
print(record)
and it print as
[{'LinkSetDbHistory': [], 'ERROR': [], 'LinkSetDb': [], 'DbFrom': 'Pubmed', 'IdList': ['6']}]
but I would like to print compound name and I cant do it.
Thank you for any help
But I will use it for cgi and I am tried to create e-link
as like this I will for id get id as
id=form.getvalue
and I will print as form