annotate (version 1.48.0)

pmidQuery: A function to query PubMed

Description

Given a PMID, will create a URL which can be used to open a browser and retrieve the specified information from PubMed.

Usage

pmidQuery(query)

Arguments

query
The PubMed ID (or IDs)

Value

A character string containing the appropriate URL

Details

Using ublished details from NCBI we construct an appropriate string for directing a web browser to the information available at the NCBI.

References

NCBI, http://www.ncbi.nih.gov/

See Also

UniGeneQuery

Examples

Run this code
  a <- "9695952"
  pmidQuery(a)

Run the code above in your browser using DataCamp Workspace