This function returns the number of EBI database links associated with a publication.
epmc_db_count(ext_id = NULL, data_src = "med")
character, publication identifier
character, data source, by default Pubmed/MedLine index will be searched.
data.frame with counts for each database
Europe PMC supports cross-references between literature and the following databases:
Array Express, a database of functional genomics experiments https://www.ebi.ac.uk/arrayexpress/
a database and ontology of chemical entities of biological interest http://www.ebi.ac.uk/chebi/
a database of bioactive drug-like small molecules https://www.ebi.ac.uk/chembldb/
now ENA, provides a comprehensive record of the world's nucleotide sequencing information http://www.ebi.ac.uk/ena/
provides a freely available, open source database system and analysis tools for molecular interaction data http://www.ebi.ac.uk/intact/
provides functional analysis of proteins by classifying them into families and predicting domains and important sites http://www.ebi.ac.uk/interpro/
a comprehensive and authoritative compendium of human genes and genetic phenotypes http://www.ncbi.nlm.nih.gov/omim
European resource for the collection, organisation and dissemination of data on biological macromolecular structures http://www.ebi.ac.uk/pdbe/
comprehensive and freely accessible resource of protein sequence and functional information http://www.uniprot.org/
PRIDE Archive - proteomics data repository https://www.ebi.ac.uk/pride/archive/
# NOT RUN {
# }
# NOT RUN {
epmc_db_count(ext_id = "10779411")
epmc_db_count(ext_id = "PMC3245140", data_src = "PMC")
# }
Run the code above in your browser using DataLab