Learn R Programming

europepmc (version 0.3)

epmc_tm: Get text-mined terms

Description

Retrieve a count and a list of text-mined terms gathered by Europe PMC.

Usage

epmc_tm(ext_id = NULL, data_src = "med", semantic_type = NULL,
  limit = 100, verbose = TRUE)

Arguments

ext_id

character, publication identifier

data_src

character, data source, by default Pubmed/MedLine index will be searched. The only sources relevant to this methods are med and pmc.

med

Publications from PubMed and MEDLINE

pmc

Publications from PubMed Central

semantic_type

controlled vocabulary. Specify the semantic type you wish to retrieve. The following types are supported:

ACCESSION

accession IDs for DNA or protein sequences

CHEMICAL

chemicals

DISEASE

diseases

EFO

Experimental Factor Ontology (http://www.ebi.ac.uk/efo/)

GENE_PROTEIN

gene proteins

GO_TERM

Gene Ontology Terms (http://geneontology.org/)

ORGANISM

organism

limit

Number of records to be returned. By default, this function returns 100 records.

verbose

print information about what's going on

Value

Terms found as tibble

Examples

Run this code
# NOT RUN {
epmc_tm("25249410")
epmc_tm("25249410", semantic_type = "GO_TERM")
epmc_tm("PMC4340542", data_src = "pmc", semantic_type = "GO_TERM")
# }

Run the code above in your browser using DataLab