gijswobben / pymed

PyMed is a Python library that provides access to PubMed.
MIT License
191 stars 111 forks source link

Is there a way to fetch Mesh terms? #28

Open rgranit opened 4 years ago

rgranit commented 4 years ago

Is there a way to fetch MESH terms of a publication from the API using the packadge?

This information is found under 'MeshHeadingList' of the xml returned using efetch.

mbullmanFHCRC commented 4 years ago

Hi, not sure where @gijswobben has gone too, but in my fork of the project I think I'm pulling in in the meshHeadings. I'm using the getContentList function I also added in the code to grab them.