single_pubmed_search: Search PubMed

View source: R/pubmed_functions.R

single_pubmed_searchR Documentation

Description

Perform a PubMed search for a given gene and term.

Usage

single_pubmed_search(gene, term)

Arguments

gene

A character string representing the gene symbol.

term

A character string representing the search term.

Value

An integer representing the number of PubMed articles found from the search query in PubMed.

Examples

# Perform a PubMed search for gene 'TP53' with term 'cancer'
result <- single_pubmed_search("TP53", "cancer")
print(result)

DeSciDe documentation built on Sept. 1, 2025, 1:08 a.m.