Closed samuelbunga closed 2 years ago
This PR consists of a new function that takes PubChem CID as an input and returns back a list of PMIDs corresponding to it.
from indra.databases.pubchem_client import get_pmids pmids = get_pmids('22442') # aspirin
This PR consists of a new function that takes PubChem CID as an input and returns back a list of PMIDs corresponding to it.