entrezGeneByID | R Documentation |
Given a set of UniGene identifiers this function creates a set of URLs that an be used to either open a browser to the requested location or that can be used as anchors in the construction of HTML output.
entrezGeneByID(query)
query |
Entrez Gene identifiers. |
Using NCBI we construct appropriate strings for directing a web browser to the Entrez Genes specified by their IDs.
A character vector containing the query string.
Be very careful about automatically querying this resource. It is considered antisocial behavior by the owners.
Marc Carlson
NCBI, https://www.ncbi.nih.gov/
q1<-entrezGeneByID(c("100", "1002"))
q1
if( interactive())
browseURL(q1[1])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.