generateEntrezIdLinks {a4Reporting}R Documentation

Transform an ENTREZ ID into a hyperlink

Description

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

Usage

generateEntrezIdLinks(x)

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

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

[Package a4Reporting version 1.42.0 Index]