[BioC] Gene ontology Id number to amigo link

Sean Davis sdavis2 at mail.nih.gov
Sun Oct 5 18:52:16 CEST 2008


On Sun, Oct 5, 2008 at 11:34 AM, Tim Smith <tim_smith_666 at yahoo.com> wrote:
> Hi All,
>
> I
> probably missed it, but is there a package/function that would give a
> link to a GO term from a GO ID? For example, I have a list of GO IDs (GO:0006996) and want to have a set of hyperlinks that would take the user to a detailed webpage for this ID (e.g. geneOntology/GO0006996). Is there any package/function that would do this?
>
> I checked GOstats and GO, but couldn't find anything.

No, but creating such a function is a one-liner.

goURL <- function(term)
{paste('http://amigo.geneontology.org/cgi-bin/amigo/term-details.cgi?term=',term,sep="")}

Hope that helps.

Sean



More information about the Bioconductor mailing list