generateEntrezIdLinks: Transform an ENTREZ ID into a hyperlink

Description Usage Arguments Value Note Author(s) See Also Examples

View source: R/annotationTable.R

Description

Utility function to transform an ENTREZ ID into a hyperlink on the NCBI Entrez page for the given gene

Usage

1

Arguments

x

vector of Entrez IDs

Value

vector of hyperlinks for the corresponding Entrez IDs

Note

Snippet taken from the annaffy package

Author(s)

Tobias Verbeke

See Also

generateGOIdLinks

Examples

1
generateEntrezIdLinks(c("5230", "18655"))

Example output

[1] "http://www.ncbi.nlm.nih.gov/gene/5230" 
[2] "http://www.ncbi.nlm.nih.gov/gene/18655"

a4Reporting documentation built on Nov. 8, 2020, 7:13 p.m.