Tag Results

Items tagged with "AIDA" (22)

Note: some items may not be visible to you, due to viewing permissions.


Files (1)
Uploader

Blob From biologist to web service to Taverna to myExperi...

Created: 2008-03-21 19:00:12 | Last updated: 2008-03-23 10:39:27

Credits: User Marco Roos User Martijn Schuemie Network-member AID Network-member myGrid

License: Creative Commons Attribution-Share Alike 3.0 Unported License

A movie to show the principle of the round trip from a biology question via pieces of code wrapped as web services and combined into a workflow (computational experiment) in Taverna, via uploading to myExperiment and back to the biologist through myExperiment's run facility. NB: at the time of uploading this movie the runner-option was in test-phase. It is important to note that the workflow combines the work of various scientists with different expertise and some at remote locations around ...

File type: AVI video

Comments: 1 | Viewed: 469 times | Downloaded: 373 times

Tags:

Packs (4)
Creator

Pack AIDA demo pack


Created: 2008-12-14 21:35:43 | Last updated: 2009-05-01 17:35:26

 Pack with AIDA demo material

5 items in this pack

Comments: 0 | Viewed: 178 times | Downloaded: 0 times

Tags:

Creator

Pack AIDA toolbox


Created: 2008-08-01 11:33:03 | Last updated: 2010-02-14 16:04:25

Adaptive Information Disclosure Application toolbox: AIDA web services for automated knowledge extraction and knowledge management Documentation    

9 items in this pack

Comments: 0 | Viewed: 238 times | Downloaded: 43 times

Tags:

Creator

Pack Supporting material for Roos et al., BMC Bioinformat...


Created: 2009-05-15 15:45:32 | Last updated: 2011-08-11 10:01:23

Supporting material for BMC Bioinformatics, supplement for Semantic Web Applications and Tools for Life Science (2009) Structuring and extracting knowledge for the support of hypothesis generation in molecular biology Marco Roos, M. Scott Marshall, Andrew P. Gibson, Martijn Schuemie, Edgar Meij, Sophia Katrenko, Willem Robert van Hage, Konstantinos Krommydas, Pieter W. Adriaans Acknowledgements We thank the myGrid team and OMII-UK for their support in applying their e-Science tools, and M...

5 items in this pack

Comments: 0 | Viewed: 133 times | Downloaded: 46 times

Tags:

Creator

Pack AIDA remote runners


Created: 2009-05-15 16:08:03 | Last updated: 2009-05-15 16:11:20

Runners for AIDA demonstrations and testing

2 items in this pack

Comments: 0 | Viewed: 52 times | Downloaded: 27 times

Tags:

Workflows (17)

Workflow ProteinSynonymsToQuery (2)

Thumb
This workflow uses Martijn Schuemie's protein synonym service to produce synonyms and a new query string from the input query term. The service is limited to proteins, enzymes and genes. An input query that is a boolean string will be split and processed, but the boolean logic of the input query will be lost. Workflow URL: http://rdf.adaptivedisclosure.org/~marco/BioAID/Public/Workflows/BioAID/ProteinSynonymsToQuery.xml

Created: 2007-10-03 | Last updated: 2007-11-13

Credits: User Marco Roos User Martijn Schuemie Network-member AID

Workflow BioAID_ProteinToDiseases (1)

Thumb
This workflow was based on BioAID_DiseaseDiscovery, changes: expects only one protein name, adds protein synonyms). This workflow finds diseases relevant to the query string via the following steps: A user query: a single protein name Add synonyms (service courtesy of Martijn Scheumie, Erasmus University Rotterdam) Retrieve documents: finds relevant documents (abstract+title) based on query Discover proteins: extract proteins discovered in the set of relevant abstracts 5. Link proteins ...

Created: 2007-11-14 | Last updated: 2007-11-15

Credits: User Marco Roos User Martijn Schuemie Network-member AID

Attributions: Workflow BioAID_DiseaseDiscovery_RatHumanMouseUniprotFilter

Workflow BioAID_DiseaseDiscovery_RatHumanMouseUnipr... (4)

Thumb
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); consider adding 'ProteinSynonymsToQuery' in front of the input if your query is a protein. 2. Retrieve documents: finds 'maximumNumberOfHits' relevant documents (abstract+title) based on query (the AIDA service inside is based on Apa...

Created: 2008-12-15 | Last updated: 2011-08-11

Credits: User Marco Roos Network-member AID

Workflow DiscoverProteinLink (2)

Thumb
COMPETITION: For friends only: If you find any two topics that return true positives with this workflow I will buy you a bottle of wine (or equivalent). Terms: if we confirm that the protein was indeed never mentioned together with both input topics in one article, we will publish this together. ---- This workflow implements Swanson's prinicple with services from the AIDA toolbox. It tries to find proteins that link two topics, while they never mentioned together with both topics in ...

Created: 2007-10-03 | Last updated: 2007-11-15

Credits: User Marco Roos Network-member AID

Workflow Discover_proteins_from_text (2)

Thumb
This workflow discovers proteins from plain text. It is built around the AIDA 'Named Entity Recognize' web service by Sophia Katrenko (service based on LingPipe), from which output it filters out proteins. The Named Recognizer services uses the pre-learned genomics model, named 'MedLine', to find genomics concepts in plain text.

Created: 2007-11-15 | Last updated: 2007-11-15

Credits: User Marco Roos Network-member AID

Workflow BioAID_Discover_proteins_from_text_plus_sy... (1)

Thumb
This workflow discovers proteins from plain text and adds synonyms using Martijn Schuemie's proteins synonym service. Proteins are discovered with the AIDA 'Named Entity Recognize' web service by Sophia Katrenko (service based on LingPipe), from which output it filters out proteins. The Named Recognizer services uses the pre-learned genomics model, named 'MedLine', to find genomics concepts in plain text.

Created: 2007-11-15

Credits: User Marco Roos User Martijn Schuemie Network-member AID

Workflow Discover_entities (2)

Thumb
This workflow contains the 'Named Entity Recognize' web service from the AIDA toolbox, created by Sophia Katrenko. It can be used to discover entities of a certain type (determined by 'learned_model') in documents provided in a lucene output format. Known issues: The output of NErecognize contains concepts with / characters, breaking the xml. For post-processing its results it is better to use string manipulation than xml manipulations. The output is per document, which means entities will ...

Created: 2007-12-10 | Last updated: 2007-12-10

Credits: User Marco Roos User Sophia katrenko Network-member AID

Workflow Extract_proteins (2)

Thumb
This workflow filters protein_molecule-labeled terms from an input string(list). The result is a tagged list of proteins (disregarding false positives in the input). Internal information: This workflow is a copy of 'filter_protein_molecule_MR3' used for the NBIC poster (now in Archive).

Created: 2007-12-10 | Last updated: 2007-12-10

Credits: User Marco Roos

Workflow Link_protein_to_OMIM_disease (1)

Thumb
No description

Created: 2007-12-10

Credits: User Marco Roos Network-member AID

Workflow Lucene_bioquery_optimizer_MR1 (1)

Thumb
This workflow does four things: it retrieves documents relevant for the query string it discovers entities in those documents, these are considered relevant entities it filters proteins from those entities (on the tag protein_molecule) it removes all terms from the list produced by 3 (query terms temporarily considered proteins) ToDo Replace step 4 by the following procedure: 1. remove the query terms from the output of NER (probably by a regexp matching on what is inside the tag, ...

Created: 2007-12-10

Credits: User Marco Roos Network-member AID

Workflow Retrieve_bio_documents (2)

Thumb
This workflow retrieves relevant documents, based on a query optimized by adding a string to the original query that will rank the search output according to the most recent years. The added string adds years with priorities (most recent is highest); it starts at 2007.

Created: 2007-12-10 | Last updated: 2007-12-10

Credits: User Marco Roos User Edgar Network-member AID

Workflow Retrieve_documents_MR1 (1)

Thumb
This workflow applies the search web service from the AIDA toolbox. Comments: This search service is based on lucene defaults; it may be necessary to optimize the querystring to adopt the behaviour to what is most relevant in a particular domain (e.g. for medline prioritizing based on publication date is useful). Lucene favours shorter sentences, which may be bad for subsequent information extraction.

Created: 2007-12-10

Credits: User Marco Roos User Edgar Network-member AID

Workflow Demo_DiseaseDiscovery_byHumanUniprot_scaffold (1)

Thumb
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: User Marco Roos Network-member AID

Workflow BioAID_ProteinDiscovery_filterOnHumanUnipr... (11)

Thumb
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 serv...

Created: 2009-05-28

Credits: User Marco Roos User Martijn Schuemie Network-member AID Network-member AID_myGrid_collaboration

Attributions: Workflow BioAID_DiseaseDiscovery_RatHumanMouseUniprotFilter

Uploader

Workflow Index MyExperiment Workflow (2)

Thumb
This workflow uses AIDA components to index all of the workflows on MyExperiment. First, it lists and downloads each workflow's xml file. Then, the titles and descriptions are parsed and submitted to an Indexer webservice. After it's finished, your index will be searchable by visiting http://aida.science.uva.nl:9999/search.

Created: 2009-05-26 | Last updated: 2009-05-27

Credits: User Edgar

Workflow BioAID_EnirchBioModelWithProteinsFromText (7)

Thumb
This workflow is for demonstration purposes only. Please contact the authors if you wish to try it. We will gladly collaborate with you. Summary This workflow extracts proteins and protein relations from Medline. Extracted protein names (symbols of at least 3 characters) are validated against mouse, rat, and human UniProt symbols, so the results are limited to these species. This workflow follows the following basic steps: it retrieves documents relevant for the query string i...

Created: 2009-05-16 | Last updated: 2009-05-16

Credits: User Marco Roos User Sophia katrenko User Andrew Gibson User M. Scott Marshall User Willem van Hage User Edgar User Martijn Schuemie Network-member AID

Workflow BioAID_ProteinDiscovery (8)

Thumb
The workflow extracts protein names from documents retrieved from MedLine based on a user Query (cf Apache Lucene syntax). The protein names are filtered by checking if there exists a valid UniProt ID for the given protein name.

Created: 2010-05-10 | Last updated: 2013-08-16

Credits: User Marco Roos Network-member AID

What is this?

Linked Data

Non-Information Resource URI: http://www.myexperiment.org/tags/5


Alternative Formats

HTML
RDF
XML