BioAID_ProteinDiscovery_filterOnHumanUniprot_perDoc_html
This workflow finds proteins relevant to the query string via the following steps:
- A user query: a single gene/protein name. E.g.: (EZH2 OR "Enhancer of Zeste").
- Retrieve documents: finds 'maximumNumberOfHits' relevant documents (abstract+title) based on query (the AIDA service inside is based on Apache's Lucene)
- Discover proteins: extract proteins discovered in the set of relevant abstracts with a 'named entity recognizer' trained on genomic terms using a Bayesian approach; the AIDA service inside is based on LingPipe. This subworkflow also 'filters' false positives from the discovered protein by requiring a discovery has a valid UniProt ID. Martijn Schuemie's service to do that contains only human UniProt IDs, which is why this workflow only works for human proteins.
Workflow by Marco Roos (AID = Adaptive Information Disclosure, University of Amsterdam; http://adaptivedisclosure.org) Text mining services by Sophia Katrenko and Edgar Meij (AID), and Martijn Schuemie (BioSemantics, Erasmus University Rotterdam). Changes to our original BioAID_DiseaseDiscovery workflow: * Stops at protein discovery * Use of Martijn Schuemie's synsets service to * add synonyms to the query. * provide uniprot ids to discovered proteins * filter false positive discoveries, only proteins with a uniprot id go through; this introduces some false negatives (e.g. discovered proteins with a name shorter than 3 characters) * Counting of results in various ways, but no outputs defined in this simplified workflow. * Output into simple html table.
Preview
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/154/download?version=10
[ More Info ]
Workflow Components
Workflow Type
Version 10 (of 11)
Log in to add Tags
Shared with Groups (2)
Statistics
Reviews (0)
Other workflows that use similar services (10)
Only the first 2 workflows that use similar services are shown. View all workflows that use these services.
BioAID_DiseaseDiscovery_RatHumanMouseUnipr... (4)
Created: 2008-12-15 | Last updated: 2011-08-11
Credits: Marco Roos AID
Created: 2007-11-14 | Last updated: 2007-11-15
Credits: Marco Roos Martijn Schuemie AID
Attributions: BioAID_DiseaseDiscovery_RatHumanMouseUniprotFilter
Comments (1)
Log in to make a comment
I am not sure I understand what this workflow does.
Can you please add some use case/example of how to use it?
What do you mean exactly with 'proteins relevant to the query string'? Proteins that interact with the query gene? Or that are involved in the same metabolism?
With which data have you tested this workflow? Which queries have you tried?