BioAID_DiseaseDiscovery_RatHumanMouseUniprotFilter
This workflow finds disease relevant to the query string via the following steps: 1. A user query: a list of terms or boolean query - look at the Apache Lucene project for all details. E.g.: (EZH2 OR "Enhancer of Zeste" +(mutation chromatin) -clinical) 2. Retrieve documents: finds relevant documents (abstract+title) based on query (edit maxHits to change the default maximum number of documents returned; the AIDA service inside is based on Apache Lucene) 3. 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) 4. Link proteins to disease contained in the OMIM disease database (with a service from Japan that interrogates OMIM) Workflow by Marco Roos (AID = Adaptive Information Disclosure, University of Amsterdam; http://adaptivedisclosure.org) Text mining services by Sophia Katrenko and Edgar Meij (AID) OMIM service from the Center for Information Biology and DNA Data Bank of Japan, National Institute of Genetics, director Hideaki Sugawara (see http://xml.nig.ac.jp) Workflow URL: http://adaptivedisclosure.org/workflows/BioAID/BioAID_DiseaseDiscovery.xml
Preview
Run
Run this Workflow in the Taverna Workbench...
Option 1:
Copy and paste this link into File > 'Open workflow location...'
http://myexperiment.org/workflows/72/download?version=1
[ More Info ]
Workflow Components
Workflow Type
Version 1 (earliest) (of 4)
Log in to add Tags
Shared with Groups (1)
Statistics
Reviews (0)
Other workflows that use similar services (14)
Only the first 2 workflows that use similar services are shown. View all workflows that use these services.
Created: 2007-11-14 | Last updated: 2007-11-15
Credits: Marco Roos Martijn Schuemie AID
Attributions: BioAID_DiseaseDiscovery_RatHumanMouseUniprotFilter
BioAID_ProteinDiscovery_filterOnHumanUnipr... (11)
Created: 2009-05-28
Credits: Marco Roos Martijn Schuemie AID AID_myGrid_collaboration
Attributions: BioAID_DiseaseDiscovery_RatHumanMouseUniprotFilter
Comments (3)
Log in to make a comment
This is our original disease discovery workflow. Please note that some false positives among 'proteins' extracted from abstracts can contribute disproportionately to the number of diseaeses retrieved from OMIM (e.g. a protein called 'tumor').
If you are mainly interested in human proteins, please use BioAID_DiseaseDiscovery_byHumanUniProt. This workflow filters false positives by a check against human UniProt IDs (using a service provided by Martijn Schuemie).
In other cases you may want to try the BioAID_DiseaseDisvcovery_count version, as with this you can check manually for false positives. Diseases are listed and counted per extracted protein. We discovered the weakness in our original workflow with this workflow.
I updated the original with a version that both filters using uniprot (v2: rat, human, mouse), and counts. The original workflow can still be found as version 1. I will delete the separate uniprot and count versions from myExperiment.
Unfortunately, the OMIM service by DDBJ was discontinued. Therefore, you will find that this workflow does not run completely unless you replace the OMIM service with a service with similar function. The workflow up to that service, i.e. doing only protein extraction, has been updated to Taverna 2.