I have received my master's degree in 2005 in computer science. During my masters, I did research on artificial intelligence, multi-agent systems and driving simulation. Currently, I am a Ph.D.student within the Bsik project BioRange at the Human Media Interaction Group at the University of Twente, the Netherlands. My current research is on computer visualisation techniques for life science domain, which is a multidisciplinary domain. My focus is on designing visualisation techniques for life science experiment setups, experiment progress, and task distribution in these experiments, to support these multidisciplinary research teams performing their experiments.
R-Shell plugin for Taverna
We have developed the R-shell plugin for Taverna. This plugin enables the Taverna users to execute R scripts in Taverna using a local or remote installation of the R interpreter. Each R-shell processor (i.e. a node in a Taverna workflow) can have multiple input ports for feeding arguments as well as multiple output ports for collecting the results. To limit data transport between multiple R-shell processors, the R shell plugin supports sessions. In a session, the data is kept at the R interpreter till the last processor in the session is executed.
The life science domain make use of R scripts to perform statistical analyses on their experiment data. Previously, R was only limited supported by Taverna. Therefore, the R-shell plugin for Taverna is a very useful contribution to the life science domain. This plugin is now part of the standard distribution of Taverna.
Other contact details:
Not specified
Interests:
Agent technology, Software Engineering, Workflows, Web service technology, Simulation, Human Computer Interaction
Field/Industry:
HCI/Workflow
Occupation/Role(s):
PhD student
Organisation(s):
Human Media Interaction Group, University of Twente
Note: some items may not be visible to you, due to viewing permissions.
Contents (click to expand/contract)
|
Original Uploader
|
Test SOAP/WSDL Service Availability
(v1)
Created: 29/05/09 @ 10:15:41
Credits:
Wassinki
License: Creative Commons Attribution-Share Alike 3.0 Unported License
This workflow tests for all Taverna workflows stored at myExperiment wether the SOAP/WSDL services used still exists. For each SOAP/WSDL service it checks wether the WSDL file is still accessible and whether the operation is still exists.
The output is among others a report of
accessible services and operation,
operations which WSDL file is not accessible,
operations which WSDL file still exists, but the operation is not defined anymore.
The last set needs to be checked by hand, because...
Rating: 0.0 / 5 (0 ratings) |
Versions: 1 |
Reviews: 0 |
Comments: 0 |
Citations: 0
Viewed: 102 times |
Downloaded: 48 times
Tags (4):
|
View
Download (v1)
|
|
Original Uploader
|
Test SoapLab Service Availability
(v1)
Created: 29/05/09 @ 10:13:45
| Last updated: 29/05/09 @ 10:14:47
Credits:
Wassinki
License: Creative Commons Attribution-Share Alike 3.0 Unported License
This workflow tests for all Taverna workflows stored at myExperiment wether theS oapLab services used still exists. For each SOAP/WSDL service it checks wether the SoapLab service can still be accessed. The output is among others a report of
accessible SoapLab services
inaccessible SoapLab services
Rating: 0.0 / 5 (0 ratings) |
Versions: 1 |
Reviews: 0 |
Comments: 0 |
Citations: 0
Viewed: 43 times |
Downloaded: 29 times
Tags (3):
|
View
Download (v1)
|
|
Original Uploader
|
Analysing workflows
(v3)
Created: 06/05/09 @ 08:49:59
| Last updated: 06/05/09 @ 08:50:29
Credits:
Wassinki
Pieter Neerincx
Katy Wolstencroft
Marco Roos
License: Creative Commons Attribution-Share Alike 3.0 Unported License
This workflows analyses workflows stored at the myExperiment site. It is used in the paper submitted to the Workshop on Scientific Workflow 2009. The workflow shows the task usage in the Taverna workflows stored at the myExperiment site
The amount of services used
The amount of local processors used
The amount of scripting tasks
The amount of sub workflows
Furthermore it classifies the local services based on their intended function.
The workflow has two inputs: ...
Rating: 0.0 / 5 (0 ratings) |
Versions: 3 |
Reviews: 0 |
Comments: 0 |
Citations: 0
Viewed: 163 times |
Downloaded: 62 times
Tags (9):
|
View
Download (v3)
|
|
Original Uploader
|
Mapping OligoNucleotides to an assembly
(v7)
Created: 13/02/09 @ 09:05:35
| Last updated: 13/02/09 @ 09:08:20
Credits:
Wassinki
Pieter Neerincx
Attributions:
Blat against ENSEMBLE Danio_rerio_Genome
BlatBlastCombi
Blast against ENSEMBLE Danio_rerio_Genome
AppendToFile
Test Input for Mapping oligonucleotides to an assembly
Input for Mapping oligonucleotides to an assembly
License: Creative Commons Attribution-Share Alike 3.0 Unported License
Version info
The former version of the workflow expected that results from BioMART only report transcripts when the query (the probe in our
case) are entirely encapsulated in an exon of that transcript. However, the BioMart service also returns transcripts when the query is not or only partially overlapping with an exon in the stretch on the assembly on which a transcript is defined. This resulted in too many oligos classified as having multiple transcripts or having multiple genes.
...
Rating: 0.0 / 5 (0 ratings) |
Versions: 7 |
Reviews: 0 |
Comments: 0 |
Citations: 0
Viewed: 554 times |
Downloaded: 105 times
Tags (7):
|
View
Download (v7)
|
|
Original Uploader
|
BlatBlastCombi
(v2)
Created: 03/02/09 @ 08:20:43
| Last updated: 03/02/09 @ 08:28:06
Credits:
Wassinki
License: Creative Commons Attribution-Share Alike 3.0 Unported License
This workflow combines the blat and blast workflows. It takes as input a database name (Danio_rerio_Genome for Zebra Fish for example) and and a set of Fasta sequences. It first tries to perform a blat (at www.bioinformatics.nl). When this service returns nothing, a blast is done (also at www.bioinformatics.nl). The resulting reports are combined.
To run this workflow, a certificate to access www.bioinformatics.nl needs to installed (Some services use an SSL connection). Look at the ...
Rating: 0.0 / 5 (0 ratings) |
Versions: 2 |
Reviews: 0 |
Comments: 0 |
Citations: 0
Viewed: 111 times |
Downloaded: 54 times
Tags (3):
|
View
Download (v2)
|
|
Original Uploader
|
AppendToFile
(v2)
Created: 11/11/08 @ 15:11:38
| Last updated: 11/11/08 @ 15:14:43
Credits:
Wassinki
License: Creative Commons Attribution-Share Alike 3.0 Unported License
Processor to add content to a (existing) file. The content is added to the end of the file.
The inputs:
Filename: the file name of a file, if the file does not exists, a new file is added
Content: the string to append
NewLine [default = true]: if true, a newline is added to the end of the line (useful if you want to add a record each time)
The processor supports Multi-Threading since version 2.
Rating: 0.0 / 5 (0 ratings) |
Versions: 2 |
Reviews: 0 |
Comments: 2 |
Citations: 0
Viewed: 77 times |
Downloaded: 41 times
Tags (4):
|
View
Download (v2)
|
|
Original Uploader
|
Blat against ENSEMBLE Danio_rerio_Genome
(v1)
Created: 15/10/08 @ 09:25:43
| Last updated: 15/10/08 @ 09:27:23
Credits:
Wassinki
License: Creative Commons Attribution-Share Alike 3.0 Unported License
The blat workflow invokes the blat services provided at www.bioinformatics.nl (author Pieter Neerincx). As input, it takes a database name (for example, Danio_rerio_Genome for Zebra Fish) and one or more sequences in Fasta format. The output will be a tab separated output of the blat. An eValue string constant is added to filter on the e-Value. Note, the e-Value is not exactly the same as the blast e-Value.
To run this workflow, a certificate to access www.bioinformatics.nl needs to instal...
Rating: 0.0 / 5 (0 ratings) |
Versions: 1 |
Reviews: 0 |
Comments: 0 |
Citations: 0
Viewed: 106 times |
Downloaded: 36 times
Tags (1):
|
View
Download (v1)
|
|
Original Uploader
|
Blast against ENSEMBLE Danio_rerio_Genome
(v1)
Created: 15/10/08 @ 08:43:51
| Last updated: 15/10/08 @ 09:21:35
Credits:
Wassinki
License: Creative Commons Attribution-Share Alike 3.0 Unported License
This workflow invokes the blast service provided at www.bioinformatics.nl, written by Pieter Neerincx. The workflow takes as input a database name (Danio_rerio_Genome for Zebra Fish for example) and a set of sequences in fasta format. The blast service is invoked (using polling) and the result is a tab separated blast report.
To run this workflow, a certificate to access www.bioinformatics.nl needs to installed (Some services use an SSL connection). Look at the link below how to ins...
Rating: 0.0 / 5 (0 ratings) |
Versions: 1 |
Reviews: 0 |
Comments: 0 |
Citations: 0
Viewed: 82 times |
Downloaded: 37 times
Tags (1):
|
View
Download (v1)
|