Gene ontology Id number to amigo link
1
0
Entering edit mode
Tim Smith ★ 1.1k
@tim-smith-1532
Last seen 9.6 years ago
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. thanks! [[alternative HTML version deleted]]
GO GOstats GO GOstats • 808 views
ADD COMMENT
0
Entering edit mode
@sean-davis-490
Last seen 3 months ago
United States
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
ADD COMMENT

Login before adding your answer.

Traffic: 683 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6