powered by
Retrieve a count and a list of text-mined terms gathered by Europe PMC.
epmc_tm(ext_id = NULL, data_src = "med", semantic_type = NULL, limit = 100, verbose = TRUE)
character, publication identifier
character, data source, by default Pubmed/MedLine index will be searched. The only sources relevant to this methods are med and pmc.
med
pmc
Publications from PubMed and MEDLINE
Publications from PubMed Central
controlled vocabulary. Specify the semantic type you wish to retrieve. The following types are supported:
accession IDs for DNA or protein sequences
chemicals
diseases
Experimental Factor Ontology (http://www.ebi.ac.uk/efo/)
gene proteins
Gene Ontology Terms (http://geneontology.org/)
organism
Number of records to be returned. By default, this function returns 100 records.
print information about what's going on
Terms found as tibble
# 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