This workflow uses one or more services that are deprecated as of 31st December 2012 (about 11 years ago), and may no longer function. Show details...

Entrez Gene to KEGG Pathway

Created: 2009-12-04 16:04:38      Last updated: 2010-11-30 12:18:53

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.

Information Preview

Information Run

Run this Workflow in the Taverna Workbench...

Option 1:

Copy and paste this link into File > 'Open workflow location...'
http://www.myexperiment.org/workflows/15/download?version=5
[ More InfoExpand ]


Information Workflow Components

Inputs (1)
Processors (7)
Beanshells (2)
Outputs (1)
Links (8)
Coordinations (0)

Information Workflow Type

Taverna 1

Information Uploader

Information License

All versions of this Workflow are licensed under:

Information Version 5 (latest) (of 5)

View version:

Information Credits (1)

(People/Groups)

Information Attributions (0)

(Workflows/Files)

None

Information Tags (9)

Log in to add Tags

Information Shared with Groups (0)

None

Information Featured In Packs (0)

None

Log in to add to one of your Packs

Information Attributed By (0)

(Workflows/Files)

None

Information Statistics

 

Citations (0)

None


Version History

In chronological order:



Reviews Reviews (0)

No reviews yet

Be the first to review!



Comments Comments (3)

Log in to make a comment

  • Thursday 21 February 2008 23:54:21 (UTC)

    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

     

  • Wednesday 02 December 2009 16:59:46 (UTC)

    Thank you for your feedback. It's much appreciated.

    Paul

  • Saturday 16 November 2013 06:39:14 (UTC)

    good example of web service usage.




Workflow Other workflows that use similar services (98)

Only the first 2 workflows that use similar services are shown. View all workflows that use these services.


Workflow qtl_pathway_3.xml (1)

Thumb
No description

Created: 2008-07-12 | Last updated: 2008-07-12

Credits: User Paul Fisher

Workflow Pathways and Gene annotations for QTL region (1)

Thumb
This workflow searches for genes which reside in a QTL (Quantitative Trait Loci) region in rice, Oryza sativa. The workflow requires an input of: a chromosome name or number; a QTL start base pair position; QTL end base pair position. Data is then extracted from BioMart to annotate each of the genes found in this region. The Entrez and UniGene identifiers are then sent to KEGG to obtain KEGG gene identifiers. The KEGG gene identifiers are then used to searcg for pathways in the KEGG pathway d...

Created: 2011-05-27 | Last updated: 2011-05-27

Credits: User Paul Fisher