Europe PMC covers life science literature and
gives access to open access full texts. Europe
PMC ingests all PubMed content and extends its index with other literature and patent sources.
Ferguson, C., Araújo, D., Faulk, L., Gou, Y., Hamelers, A., Huang, Z.,
Ide-Smith, M., Levchenko, M., Marinos, N., Nambiar, R., Nassar, M., Parkin, M., Pi, X., Rahman, F., Rogers, F., Roochun, Y., Saha, S., Selim, M., Shafique, Z., … McEntyre, J. (2020). Europe PMC in 2020. Nucleic Acids Research, 49(D1), D1507–D1514. https://doi.org/10.1093/nar/gkaa994.
The search covers both metadata (e.g. abstracts or title) and full texts. To
build your query, please refer to the comprehensive guidance on how to search
Europe PMC: https://europepmc.org/help. Provide your query in the Europe
PMC search syntax to epmc_search().
europepmc - R Interface to Europe PMC RESTful Web Service
europepmc facilitates access to the Europe PMC RESTful Web Service. The client furthermore supports the Europe PMC Annotations API to retrieve text-mined concepts and terms per article.
Europe PMC covers life science literature and gives access to open access full texts. Europe PMC ingests all PubMed content and extends its index with other literature and patent sources.
For more infos on Europe PMC, see:
https://europepmc.org/About
Ferguson, C., Araújo, D., Faulk, L., Gou, Y., Hamelers, A., Huang, Z., Ide-Smith, M., Levchenko, M., Marinos, N., Nambiar, R., Nassar, M., Parkin, M., Pi, X., Rahman, F., Rogers, F., Roochun, Y., Saha, S., Selim, M., Shafique, Z., … McEntyre, J. (2020). Europe PMC in 2020. Nucleic Acids Research, 49(D1), D1507–D1514. https://doi.org/10.1093/nar/gkaa994.
Implemented API methods
This client supports the following API methods from the Articles RESTful API:
epmc_search(),epmc_details(),epmc_search_by_doi()epmc_profile()epmc_citations()epmc_refs()epmc_db(),epmc_db_count()epmc_lablinks(),epmc_lablinks_count()epmc_ftxt()epmc_ftxt_book()From the Europe PMC Annotations API:
epmc_annotations_by_id()Installation
From CRAN
The latest development version can be installed using the remotes package:
Loading into R
Search Europe PMC
The search covers both metadata (e.g. abstracts or title) and full texts. To build your query, please refer to the comprehensive guidance on how to search Europe PMC: https://europepmc.org/help. Provide your query in the Europe PMC search syntax to
epmc_search().Be aware that Europe PMC expands queries with MeSH synonyms by default. You can turn this behavior off using the
synonym = FALSEparameter.By default,
epmc_search()returns 100 records. To adjust the limit, simply use thelimitparameter.See vignette Introducing europepmc, an R interface to Europe PMC RESTful API for a long-form documentation about how to search Europe PMC with this client.
Creating proper review graphs with
epmc_hits_trend()There is also a nice function allowing you to easily create review graphs like described in Maëlle Salmon’s blog post:
For more info, read the vignette about creating literature review graphs:
https://docs.ropensci.org/europepmc/articles/evergreenreviewgraphs.html
Re-use of europepmc
Check out the tidypmc package
https://github.com/ropensci/tidypmc
The package maintainer, Chris Stubben (@cstubben), has also created an Shiny App that allows you to search and browse Europe PMC:
https://github.com/cstubben/euPMC
Other ways to access Europe PubMed Central
Other APIs
Other R clients
oaito get metadata and full text via Europe PMC’s OAI interface: https://github.com/ropensci/oairentrezto interact with NCBI databases such as PubMed: https://github.com/ropensci/rentrezfulltextpackage gives access to supplementary material of open access life-science publications in Europe PMC: https://github.com/ropensci-archive/fulltextMeta
Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.
License: GPL-3
Please use the issue tracker for bug reporting and feature requests.