Demo_DiseaseDiscovery_byHumanUniprot_scaffold
(1)
This workflow finds disease relevant to the query string via the following steps:
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); consider adding 'ProteinSynonymsToQuery' in front of the input if your query is a protein.
Retrieve documents: finds 'maximumNumberOfHits' relevant documents (abstract+title) based on query (the AIDA service inside is based on Apache's Lucene)...
Created: 2007-12-10
Credits:
Marco Roos
AID