Workflows

Search filter terms
Filter by type
Filter by tag
Filter by user
Filter by licence
Filter by group
Filter by wsdl
Filter by curation
Results per page:
Sort by:
Showing 2916 results. Use the filters on the left and the search box below to refine the results.
Uploader

Workflow MatchboxHadoopAPI (1)

Thumb
The workflow MatchboxHadoopApi.t2flow enables using of matchbox tool on Hadoop with Taverna. This workflow is based on Python scripts and Hadoop Streaming API included in"pythonwf" folder of pc-qa-matchbox project on github (https://github.com/openplanets/scape/tree/master/pc-qa-matchbox/hadoop/pythonwf).For this workflow we assume that digital collection is located on HDFS and we have a list of input files in format "hdfs:///user/training/collection/00000032.jp2" - one ro...

Created: 2013-11-05

Credits: User Roman Network-member SCAPE

Uploader

Workflow Map genes to chromosomal location for T2WEB (1)

Thumb
This workflow maps a gene list on the genome using the biomart service. IMPORTANT NOTE: Keep in mind that for uploading files on t2web, you need to wait few minutes before executing the workflow. That's essential because the file needs first to be uploaded on the server.

Created: 2013-11-04

Credits: User Eleni

Uploader

Workflow get promoter region + operate on genomic i... (1)

Thumb
Finds the overlap between two datasets which contain genomic information (e.g. [gene id], chromosome name, gene start, gene end), plus some statistics. Returns rows of file_1 which overlap with the second file. A kolmogorov smirnov test is applied between the list that overlaps and the one that does not. NOTE: The library(GenomicRanges) is a prerequisite for this workflow

Created: 2013-11-04

Credits: User Eleni

Uploader

Workflow Map genes to chromosomal location (1)

Thumb
This workflow maps a gene list to the genome using the biomart service, and afterwards computes a promoter region for each gene. The user needs to define the promoter region to be computed. The direction that a gene is transcribed is being taken into account in the "compute_promoter_region_with_strand" component. The variable "strand" is responsible for that. NOTE: The library(biomaRt) is a prerequisite for this workflow

Created: 2013-11-04

Credits: User Eleni

Uploader

Workflow Get differentially expressed genes for Arr... (1)

Thumb
****IMPORTANT****:if libraries: library(ArrayExpress), library(hgu133b.db), library(limma) are not installed in the local R installation, then they need to be installed before running this workflow. Original data come from Hodges et. al 2006 "Regional and cellular gene expression changes in human Huntington’s disease brain" This workflow loads the two necessary files (gene expression data & phenotype data), and creates the expression set object to be used by the R package limma, to test for ...

Created: 2013-11-04

Credits: User Eleni

Uploader

Workflow Get differentially expressed genes for Arr... (1)

Thumb
****IMPORTANT****:if libraries: library(ArrayExpress), library(hgu133a.db), library(limma) are not installed in the local R installation, then they need to be installed before running this workflow. Original data come from Hodges et. al 2006 "Regional and cellular gene expression changes in human Huntington’s disease brain" This workflow loads the two necessary files (gene expression data & phenotype data), and creates the expression set object to be used by the R package limma, to test for ...

Created: 2013-11-04

Credits: User Eleni

Uploader

Workflow Download data from array express + create ... (1)

Thumb
This workflow uses the array express library to download data from the array express repository and creates two separate files. The gene expression and the phenotype files. The files are saved in the directory that the user has to specify in the input. NOTE: The library(ArrayExpress) is a prerequisite for this workflow

Created: 2013-11-04

Credits: User Eleni

Workflow nested_echo (2)

Thumb
Just calls the echoer

Created: 2013-10-30 | Last updated: 2013-10-30

Workflow MeasuresDocCombiner (2)

Thumb
Added namespace

Created: 2013-10-28 | Last updated: 2014-07-23

Workflow MeasuresDocBuilder (4)

Thumb
Added namespace

Created: 2013-10-28 | Last updated: 2014-07-23

Workflow echoer (6)

Thumb
Renamed beanshell

Created: 2013-10-25 | Last updated: 2014-05-07

Uploader

Workflow blast (1)

Thumb
This is a demo workflow to run BLAST program. It has multiple executionchoices: local execution, Map only, Map Reduce, Cross Reduce, and JobSubmission.NOTE: The Map only, Map Reduce and Cross Reduce choices only workwith the tabular output format (namely -m8). Also, Map Reduce andCross Reduce choices have scripts that only work on Mac and Linux.  bioKepler team (www.biokepler.org)Aug-24-2012 

Created: 2013-10-24

Credits: Network-member bioKepler

Workflow Find compounds pharmacology targets in Ope... (2)

Thumb
Look up concept URI from freetext, e.g. "aspirin", find compound pharmacology and their target info. For each target, blast+tree on its sequence - if any. Uses the Open PHACTS API https://dev.openphacts.org/docs/1.5. Notice that in tihs workflow, most concepts won't have compounds, and most compounds won't have targets, and most targets won't have a sequence - Open PHACT API wise this means this workflow would be propagating 404 Not Found errors. Until there is a Local worker to filter out...

Created: 2013-10-16 | Last updated: 2015-11-19

Credits: User Stian Soiland-Reyes

Attributions: Workflow Find compounds pharmacology and align against target sequences

Workflow Find compounds pharmacology and align agai... (1)

Thumb
Look up concept URI from freetext, e.g. "aspirin", find compound pharmacology and their target info. For each target, blast+tree on its sequence - if any. Uses the Open PHACTs API https://dev.openphacts.org/docs/alpha and the myExperiment workflow 3369 "Blast_Align_and_Tree" http://www.myexperiment.org/workflows/3369. Notice that in tihs workflow, most concepts won't have compounds, and most compounds won't have targets, and most targets won't have a sequence - Open PHACT API wise this mean...

Created: 2013-10-16

Credits: User Stian Soiland-Reyes User Katy Wolstencroft

Attributions: Workflow Blast_Align_and_Tree

Workflow Fetch today's xkcd comic (1)

Thumb
Use the local services and some filtering operations to fetch the comic strip image from http://xkcd.com/ Based on the FetchDailyDilbert workflow.

Created: 2013-10-15

Credits: User Stian Soiland-Reyes

Workflow Hello Anyone (1)

Thumb
An extension to helloworld.t2flow - this workflow takes a workflow input "name" which is combined with the string constant "Hello, " using the local worker "Concatenate two strings", and outputs the produced string to the workflow output "greeting".

Created: 2013-10-15

Credits: User Stian Soiland-Reyes

Workflow Hello World (1)

Thumb
One of the simplest workflows possible. No workflow input ports, a single workflow output port "greeting", outputting "Hello, world!" as produced by the String Constant "hello".

Created: 2013-10-15

Credits: User Stian Soiland-Reyes

Uploader

Workflow concatTwoStrings (1)

Thumb
for tests of TavernaServer

Created: 2013-10-10 | Last updated: 2013-10-10

Credits: User mdabr

Uploader

Workflow loadData (1)

Thumb
Permits loading data to Nencki Genomics Database.

Created: 2013-10-08

Credits: User mdabr

Uploader

Workflow showDatasetsGenomic (1)

Thumb
Shows all the datasets available in the Nencki Genomics Database (www.nencki-genomics.org). Click 'Use examples' to see all the datasets, separated into datasets of TFBS motifs, and all the remaining datasets (areas), the latter including data from Ensembl funcgen and (thus) Encode. Publication doi: 10.1093/database/bat069

Created: 2013-10-07

Credits: User mdabr

Results per page:
Sort by: