powered by
Perform a PubMed search for a given gene and term.
single_pubmed_search(gene, term)
An integer representing the number of PubMed articles found from the search query in PubMed.
A character string representing the gene symbol.
A character string representing the search term.
# 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