pypath.inputs.pubmed.get_pubmeds§
- pypath.inputs.pubmed.get_pubmeds(pmids: list[str], cache_small: int = 10) dict [source]§
Metadata about PubMed records.
- Parameters:
pmids – One or more PubMed IDs.
cache_small – Small requests querying less than 10 IDs by default are not cached, except if this parameter is True or is set to a lower number.