Learn R Programming

DeSciDe (version 1.0.2)

single_pubmed_search: Search PubMed

Description

Perform a PubMed search for a given gene and term.

Usage

single_pubmed_search(gene, term)

Value

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

Arguments

gene

A character string representing the gene symbol.

term

A character string representing the search term.

Examples

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

Run the code above in your browser using DataLab