ChEBI mashup from searched string
Created: 2010-04-29 14:09:37
A demo showing hoe to use SOAP services from Bio2RDF ChEBI SPARQL endpoint.
A demo showing hoe to use SOAP services from Bio2RDF ChEBI SPARQL endpoint.
First a full text search query is done, then we do a reverse link query to get all the related topic. Finally with a describe queries we obtain the complete graph of each topic.
The ntriples result is a mashup of what is known about this searched topic form ChEBI. This graph can then be loaded in a triplestore for further exploration.
Preview
Run
Run this Workflow in the Taverna Workbench...
Workflow Components
Authors (3)
FrancoisBelleau@yahoo.ca
member of the Bio2RDF community. |
FracoisBelleau@yahoo.ca |
FrancoisBelleau@yahoo.ca |
Titles (1)
ChEBI mashup from searched string |
Descriptions (2)
A demo showing hoe to use SOAP services from Bio2RDF ChEBI SPARQL endpoint. |
A demo showing hoe to use SOAP services from Bio2RDF ChEBI SPARQL endpoint.
First a full text search query is done, then we do a reverse link query to get all the related topic. Finally with a describe queries we obtain the complete graph of each topic.
The ntriples result is a mashup of what is known about this searched topic form ChEBI. This graph can then be loaded in a triplestore for further exploration. |
Dependencies (0)
Inputs (1)
Name |
Description |
searched_string |
A demo showing hoe to use SOAP services from Bio2RDF ChEBI SPARQL endpoint.
search for fructose or keto-d-fructose or whatever you like.
|
Processors (14)
Name |
Type |
Description |
ChEBI_Describe |
wsdl |
Wsdlhttp://quebec.chebi.bio2rdf.org/wsdlWsdl OperationChEBI_Describe |
ChEBI_Describe_input |
xmlsplitter |
|
ChEBI_Describe_output |
xmlsplitter |
|
ChEBI_Link |
wsdl |
Wsdlhttp://quebec.chebi.bio2rdf.org/wsdlWsdl OperationChEBI_Link |
ChEBI_Link_input |
xmlsplitter |
|
ChEBI_Link_output |
xmlsplitter |
|
ChEBI_Search |
wsdl |
Wsdlhttp://quebec.chebi.bio2rdf.org/wsdlWsdl OperationChEBI_Search |
ChEBI_Search_input |
xmlsplitter |
|
ChEBI_Search_output |
xmlsplitter |
|
Merge_String_List_to_a_String |
localworker |
ScriptString seperatorString = "\n";
if (seperator != void) {
seperatorString = seperator;
}
StringBuffer sb = new StringBuffer();
for (Iterator i = stringlist.iterator(); i.hasNext();) {
String item = (String) i.next();
sb.append(item);
if (i.hasNext()) {
sb.append(seperatorString);
}
}
concatenated = sb.toString();
|
ntriples2subjects |
workflow |
|
ntriples2subjects_2 |
workflow |
|
Flatten_List |
localworker |
Scriptflatten(inputs, outputs, depth) {
for (i = inputs.iterator(); i.hasNext();) {
element = i.next();
if (element instanceof Collection && depth > 0) {
flatten(element, outputs, depth - 1);
} else {
outputs.add(element);
}
}
}
outputlist = new ArrayList();
flatten(inputlist, outputlist, 1); |
Merge_String_List_to_a_String_2 |
localworker |
ScriptString seperatorString = "\n";
if (seperator != void) {
seperatorString = seperator;
}
StringBuffer sb = new StringBuffer();
for (Iterator i = stringlist.iterator(); i.hasNext();) {
String item = (String) i.next();
sb.append(item);
if (i.hasNext()) {
sb.append(seperatorString);
}
}
concatenated = sb.toString();
|
Outputs (6)
Name |
Description |
o1 |
|
o2 |
|
o3 |
|
o4 |
|
o5 |
|
ntriples |
|
Datalinks (21)
Source |
Sink |
ChEBI_Describe_input:output |
ChEBI_Describe:parameters |
Flatten_List:outputlist |
ChEBI_Describe_input:bm_uri |
ChEBI_Describe:parameters |
ChEBI_Describe_output:input |
ChEBI_Link_input:output |
ChEBI_Link:parameters |
ntriples2subjects:bmuri_list |
ChEBI_Link_input:bm_uri |
ChEBI_Link:parameters |
ChEBI_Link_output:input |
ChEBI_Search_input:output |
ChEBI_Search:parameters |
searched_string |
ChEBI_Search_input:query_text |
ChEBI_Search:parameters |
ChEBI_Search_output:input |
ChEBI_Link_output:CallReturn |
Merge_String_List_to_a_String:stringlist |
ChEBI_Search_output:CallReturn |
ntriples2subjects:ntriples |
Merge_String_List_to_a_String:concatenated |
ntriples2subjects_2:ntriples |
ChEBI_Describe_output:CallReturn |
Merge_String_List_to_a_String_2:stringlist |
ntriples2subjects:bmuri_list |
Flatten_List:inputlist |
ntriples2subjects_2:bmuri_list |
Flatten_List:inputlist |
ChEBI_Search_output:CallReturn |
o1 |
ChEBI_Link_output:CallReturn |
o2 |
ntriples2subjects_2:bmuri_list |
o3 |
Flatten_List:outputlist |
o4 |
ChEBI_Describe_output:CallReturn |
o5 |
Merge_String_List_to_a_String_2:concatenated |
ntriples |
Uploader
License
All versions of this Workflow are
licensed under:
Version 1
(of 1)
Credits (1)
(People/Groups)
Attributions (0)
(Workflows/Files)
None
Shared with Groups (0)
None
Featured In Packs (0)
None
Log in to add to one of your Packs
Attributed By (0)
(Workflows/Files)
None
Favourited By (0)
No one
Statistics
Other workflows that use similar services
(0)
There are no workflows in myExperiment that use similar services to this Workflow.
Comments (0)
No comments yet
Log in to make a comment