Version 2 (latest)
(of 2)
|
Version created on:
03/10/07 @ 18:36:00
by:
Paul Fisher
|
Revision comments
Last edited on: 13/11/07 @ 16:16:10 by: Paul Fisher
Title: Entrez Gene to KEGG Pathway
Type: Taverna 1
Preview
(Click on the image to get the full size)
Description
This workflow takes in Entrez gene ids then adds the string “ncbi-geneid:” to the start of each gene id. These gene ids are then cross-referenced to KEGG gene ids. Each KEGG gene id is then sent to the KEGG pathway database and its relevant pathways returned.
Download
Run
Option 1:
Note: you need to have both the WHIP Launcher and the Taverna myExperiment/WHIP plugin installed on your machine for this to work. See here for information.
Option 2:
Copy and paste this link into File > 'Open workflow location...'
http://www.myexperiment.org/workflows/15/download?version=2
[ More Info
]
Workflow Components
All versions of this Workflow are licensed under the Creative Commons Attribution 3.0 License.
Log in to add Tags
Shared with Groups (0)
None
Current:
4.7 / 5
(3 ratings)
Log in to rate and see breakdown of ratings
Statistics
1758 viewings
1074 downloads
None
Earliest Version:
[1] - Entrez Gene to KEGG Pathway
Latest Version:
[2] - Entrez Gene to KEGG Pathway
Reviews
(0)
Copyright (c) 2007 - 2008 The University of Manchester and University of Southampton
Log in to make a comment
If you change
if (trimmedSplit.length == 2)
to
if (trimmedSplit.length == 3)
in
split_gene_ids
it will actually work
You can try 24605 as input
Maybe this is because of a change in the output of Kegg_gene_ids_all_species
Maybe
if (trimmedSplit.length >= 3)
is better since it would allow for future expansions
Otherwise good example of web service usage
/Tommy