Version 1
(of 1)
|
Version created on:
05/03/08 @ 14:12:32
by:
Alan Williams
|
Revision comments
Last edited on: 29/07/08 @ 15:18:38 by: Alan Williams
Title: Retrieve SNPs from regions around known genes
Type: Taverna 1
Preview
(Click on the image to get the full size)
Description
Given a list of Gene IDs this workflow will query against the Ensembl human genome data to fetch the genomic region for each gene, extend that region by 1000bp in each direction and use this set of ranges, one per gene, to build a query against dbSNP to return the SNP identifier and location information (chromosome name, strand and position)
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/166/download?version=1
[ 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 (1)
Current:
0.0 / 5
(0 ratings)
Log in to rate and see breakdown of ratings
Statistics
496 viewings
375 downloads
None
Earliest Version:
[1] - Retrieve SNPs from regions around known genes
This Workflow only has one version.
Reviews
(0)
Copyright (c) 2007 - 2008 The University of Manchester and University of Southampton
Log in to make a comment
There is a problem with the suggested example input. The workflow should run OK with other geneIDs. Note that depending upon the ID it may take a long time.
this runs quickly (a few secs) in T2 with each of these two inputs:
ENSG00000083093
ENSG00000139618
but I couldn't get it to take a _list_ with these two inputs
T2 seems to believe the input is a string, not a list. T1 takes a list as expected