This function returns EBI database entities referenced in a publication from Europe PMC RESTful Web Service.
epmc_db(
ext_id = NULL,
data_src = "med",
db = NULL,
limit = 100,
verbose = TRUE
)
Cross-references as data.frame
character, publication identifier
character, data source, by default Pubmed/MedLine index will be searched.
The following three letter codes represent the sources Europe PubMed Central supports:
Agricola is a bibliographic database of citations to the agricultural literature created by the US National Agricultural Library and its co-operators.
Chinese Biological Abstracts
CiteXplore
EthOs Theses, i.e. PhD theses (British Library)
NHS Evidence
PubMed/Medline NLM
Europe PMC Book metadata
Biological Patents
PubMed Central
character, specify database:
Array Express, a database of functional genomics experiments
a database and ontology of chemical entities of biological interest
a database of bioactive drug-like small molecules
now ENA, provides a comprehensive record of the world's nucleotide sequencing information
provides a freely available, open source database system and analysis tools for molecular interaction data
provides functional analysis of proteins by classifying them into families and predicting domains and important sites
a comprehensive and authoritative compendium of human genes and genetic phenotypes
European resource for the collection, organisation and dissemination of data on biological macromolecular structures
comprehensive and freely accessible resource of protein sequence and functional information
PRIDE Archive - proteomics data repository
integer, number of results. By default, this function returns 100 records.
logical, print some information on what is going on.
if (FALSE) {
epmc_db("12368864", db = "uniprot", limit = 150)
epmc_db("25249410", db = "embl")
epmc_db("14756321", db = "uniprot")
epmc_db("11805837", db = "pride")
}
Run the code above in your browser using DataLab