View source: R/pubmed_functions.R
single_pubmed_search | R Documentation |
Perform a PubMed search for a given gene and term.
single_pubmed_search(gene, term)
gene |
A character string representing the gene symbol. |
term |
A character string representing the search term. |
An integer representing the number of PubMed articles found from the search query in PubMed.
# Perform a PubMed search for gene 'TP53' with term 'cancer'
result <- single_pubmed_search("TP53", "cancer")
print(result)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.