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.

Workflow JSI Subgroup Discovery operators (1)

Thumb
A simple example of how to use subgroup discovery operators for learning subgroup descriptions and how to test their classification accuracy using cross-validation.

Created: 2011-01-10 | Last updated: 2011-01-10

Workflow Text preprocessing (1)

Thumb
The input to this workflow is plain text. The text is preprocessed so that non- alfanumeric symbols are removed, the text is transformed to to lower case and stop words are removed. The workflow first removes the charachters from this set: `~!@#$%^&*()_+=-{}|\][":;'?><,./. Then it transforms the text to lower case. The user will be prompted to select a dictionary for stop words from a list. The workflow will, based on the selected list, remove the stop words. Stop words are...

Created: 2011-01-07 | Last updated: 2011-01-07

Credits: User Petra Kralj Novak

Workflow RBioconductor Tutorial Process (1)

Thumb
This Process illustrates how to create complex Data Analysis processes using R Scripts. In this case the Bioconductor Basic Tutorial is splitted into reusable components.

Created: 2011-01-03

Workflow Select from a list of possible web service... (1)

Thumb
The workflow for selecting from a list of possible web service parameter values has two input ports: the wsdl address of the web service and the variable name. It parses the web service wsdl description (the web service http://ropot.ijs.si/webservices/janez/getvalues.php?wsdl does that) and then it asks the user to select one value from a drop-down menu. This workflow is very useful when web services have inputs which expect as a parameter one value from a list of possible values.

Created: 2010-12-23 | Last updated: 2010-12-23

Credits: User Petra Kralj Novak User Janez Kranjc

Workflow Lemmatization (3)

Thumb
The workflow lemmatizes the text in the input port. Takes text as input and returns (language dependent) lemmatized text as output. All the words in the resulting text are in the same order as in the original text, but they are transformed to their dictionary form. The workflow asks for the language of lemmatization. Currently, 12 languages are supported: en,sl,ge,bg,cs,et,fr,hu,ro,sr,it,sp.

Created: 2010-12-17 | Last updated: 2010-12-23

Credits: User Petra Kralj Novak

Attributions: Workflow Select from a list of possible web service parameter values

Workflow Get Molecular Weight Distribution From QSA... (2)

Thumb
This workflow calculates a molecular weight distribution from given QSAR vector. The QSAR data containing the molecular weight values is read from a CSV file and converted into a QSAR vector. Finally, the Get_molecular_Weight_Distribution_From_QSAR_vector extracts the weight data and saves it as CSV files.

Created: 2010-12-15 | Last updated: 2011-07-21

Workflow Compound Library Screen For Reaction Enume... (2)

Thumb
This workflow performs a compound library screen for molecules which match the given template reaction. The reaction is loaded from a RXN file and the Reaction_Reactant_Splitter splits the reaction into its reactants. The compound library is loaded iteratively from a SD file. Afterwards a substructure search is performed for each reactant and the results are saved as SD files.

Created: 2010-12-14 | Last updated: 2011-07-21

Workflow Biomart and 2x BLAST (1)

Thumb
Perform Roden and Invertebrates BLAST sequence alignments (using DDBJ Blast) on the gene sequences for a (semi-random) selection of genes from Human sapiens chromosome 22. (Using Biomart). blast_ddbj_invertebrates and blast_ddbj_rodents should execute in parallel as they don't depend on each other.

Created: 2010-12-13 | Last updated: 2010-12-13

Workflow Biomart and Blast with concatinated gene id (1)

Thumb
Perform Rodent BLAST sequence alignments (using DDBJ Blast) on the gene sequences for a (semi-random) selection of genes from Human sapiens chromosome 22. (Using Biomart). Finally (to showcase Taverna pipelining) - the Ensembl gene ID is added as a prefix on the BLAST report. Referenced in the Taverna knowledge blog.

Created: 2010-12-13 | Last updated: 2010-12-13

Attributions: Workflow BLAST using DDBJ service Workflow Biomart and Blast

Workflow Biomart and Blast (1)

Thumb
Perform Rodent BLAST sequence alignments (using DDBJ Blast) on the gene sequences for a (semi-random) selection of genes from Human sapiens chromosome 22. (Using Biomart) Referenced in the Taverna knowledge blog.

Created: 2010-12-13 | Last updated: 2010-12-13

Attributions: Workflow BLAST using DDBJ service

Workflow ART-2a Classification Considering Differen... (2)

Thumb
This workflow classifies the given CSV files with the ART-2a algorithm. The results are visualized in a PDF file. The QSAR dara is loaded from CSV files and merged together by the Merge_QSAR_Vectors worker. Afterwards they are converted into a fingerprint items list which is the suitable data type for the ART-2a algorithm.

Created: 2010-12-13 | Last updated: 2011-07-21

Uploader

Workflow Loop Repository and Append Data (1)

Thumb
This process flow loops through all exampleset '.ioo' files in a repository directory and appends their values. It can also be used as a template for batch processing on different repository entries, or for general data appending.

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

Workflow Using R to add two columns (1)

Thumb
This process shows a simple R script which adds two columns of a data set with R. Of course this is much simpler by using the operator "Generate Attributes" which is done in parallel, but maybe some of you find this short process helpful in order to get started with R.

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

Workflow ART-2a Classification Result As PDF (2)

Thumb
This workflow classifies a given CSV file with the ART-2a algorithm. The results are visualized in a PDF file. The QSAR data is loaded from a CSV file and converted into a fingerprint items list which is the suitable data type for the ART-2a algorithm.

Created: 2010-12-09 | Last updated: 2011-07-21

Workflow Curate QSAR descriptor CSV file (2)

Thumb
This workflow erases descriptor entries which were not calculated. The QSAR data is loaded from a CSV file and afterwards processed by the Curate_QSAR_Vector worker. At the end the curated CSV file is written to hard disk.

Created: 2010-12-09 | Last updated: 2011-07-21

Workflow Merge QSAR descriptor CSV files (3)

Thumb
This workflow merges QSAR descriptor CSV files into a single CSV file. The workflow loads the CSV files from hard disk and builds a single QSAR descriptor vector. Afterwards the vector is converted in one single CSV file and saved to hard disk.

Created: 2010-12-09 | Last updated: 2011-07-21

Workflow Extract Scientific Terms (2)

Thumb
This workflow takes in a document containg text and removes and non-ascii characters. The cleaned text is then sent to a service in dresden to extract all scientific terms. These terms represent a profile for the input document. Any null values are also removed.

Created: 2010-12-08 | Last updated: 2011-01-11

Credits: User Paul Fisher

Workflow Pathway to Pubmed (2)

Thumb
This workflow takes in a list of KEGG pathway descriptions and searches the PubMed database for corresponding articles. Any matches to the pathways are then retrieved (abstracts only). These abstracts are then returned to the user.

Created: 2010-12-08 | Last updated: 2011-01-11

Credits: User Paul Fisher

Workflow Rank Phenotype Terms (2)

Thumb
This workflow counts the number of articles in the pubmed database in which each term occurs, and identifies the total number of articles in the entire PubMed database. It also identified the total number of articles within pubmed so that a term enrichment score may be calculated. The workflow also takes in a document containing abstracts that are related to a particular phenotype. Scientiifc terms are then extracted from this text and given a weighting according to the number of terms that ...

Created: 2010-12-08 | Last updated: 2011-01-11

Credits: User Paul Fisher

Attributions: Workflow Rank Phenotype Terms

Workflow Cosine vector space (2)

Thumb
This workflow calculates the cosine vector space between two sets of corpora. The workflow then removes any null values from the output. this is some extra text vbeing added

Created: 2010-12-08 | Last updated: 2011-01-11

Credits: User Paul Fisher

Attributions: Workflow Cosine vector space

Workflow WS-Security + HTTPS example workflow (1)

Thumb
This workflow shows an example access to various secure Web services protected by WS-Security authentication. Use testuser/testpasswd whenever prompted for username and password. Check http://www.mygrid.org.uk/dev/wiki/display/story/Taverna+2.x+test+secure+services+and+workflows for more details about the secure services used in the workflow.

Created: 2010-12-03 | Last updated: 2010-12-03

Credits: User Alex Nenadic

Workflow WS-Security example workflow (1)

Thumb
This workflow shows an example access to various secure Web services protected by WS-Security authentication. Use testuser/testpasswd whenever prompted for username and password. Check http://www.mygrid.org.uk/dev/wiki/display/story/Taverna+2.x+test+secure+services+and+workflows for more details about the secure services used in the workflow.

Created: 2010-12-03 | Last updated: 2010-12-03

Credits: User Alex Nenadic

Workflow HTTP Digest authentication + HTTPS example... (1)

Thumb
This workflow shows an example access to a resource protected by HTTP Digest  authentication and HTTPS. Use testuser/testpasswd whenever prompted for username and password. Check http://www.mygrid.org.uk/dev/wiki/display/story/Taverna+2.x+test+secure+services+and+workflows for more details about the secure services used in the workflow.

Created: 2010-12-03 | Last updated: 2010-12-03

Credits: User Alex Nenadic

Workflow HTTP Digest authentication example workflow (1)

Thumb
This workflow shows an example access to a resource protected by HTTP Digest  authentication. Use testuser/testpasswd whenever prompted for username and password. Check http://www.mygrid.org.uk/dev/wiki/display/story/Taverna+2.x+test+secure+services+and+workflows for more details about the secure services used in the workflow.  

Created: 2010-12-03 | Last updated: 2010-12-03

Credits: User Alex Nenadic

Workflow HTTP Basic authentication + HTTPS example ... (1)

Thumb
This workflow shows an example access to a resource protected by HTTP Basic authentication and HTTPS. Use testuser/testpasswd whenever prompted for username and password. Check http://www.mygrid.org.uk/dev/wiki/display/story/Taverna+2.x+test+secure+services+and+workflows for more details about the secure services used in the workflow.

Created: 2010-12-03 | Last updated: 2010-12-03

Credits: User Alex Nenadic

Workflow HTTP Basic authentication example workflow (1)

Thumb
This workflow shows an example access to a resource protected by HTTP Basic authentication. Use testuser/testpasswd whenever prompted for username and password. Check http://www.mygrid.org.uk/dev/wiki/display/story/Taverna+2.x+test+secure+services+and+workflows for more details about the secure services used in the workflow.

Created: 2010-12-03 | Last updated: 2010-12-03

Credits: User Alex Nenadic

Uploader

Workflow Phylogenetic Tree (1)

Thumb
Workflow compose by 2 services that goal buid a Phylogenetic Tree using ClusltalW and Phylip services.

Created: 2010-11-30 | Last updated: 2010-11-30

Credits: User Caiocb

Workflow R generic example (1)

Thumb
This workflow shows how string vectors can be used to transfer a complex R object (in this case a matrix) between Rshell services

Created: 2010-11-29

Credits: User Alan Williams

Workflow R Text-file example (1)

Thumb
This workflow contains two services. The file_writer uses a File in R to output a string. The file_reader uses a File in R to input a string, the contents of which are output.

Created: 2010-11-29 | Last updated: 2010-11-29

Credits: User Alan Williams

Workflow R PNG-value example (2)

Thumb
This workflow produces a PNG plot on the figure port.

Created: 2010-11-29 | Last updated: 2010-11-29

Credits: User Alan Williams

Uploader

Workflow Transform XML with parameters (1)

Thumb
Similar to Transform_XML local widget but accepts transformation parameters and skips the part with writing to the output file. The essence, i.e. Transform_XML beanshell works with Strings representing file contents, not with file URLs. The XML transfomation parameters are given as a list of strings in the "param_name = param_value" format.

Created: 2010-11-29 | Last updated: 2010-11-29

Credits: User trybik

Workflow R integer vector example (1)

Thumb
This workflow takes a list of integer values and returns a list containing 100 modulus the list's elements, and the sum of the input list's elements.

Created: 2010-11-29 | Last updated: 2010-11-29

Credits: User Alan Williams

Workflow R integer workflow (1)

Thumb
This workflow uses an Rshell service to calculate 100 modulus the integer input

Created: 2010-11-29

Credits: User Alan Williams

Workflow R string vector example (1)

Thumb
The workflow takes a list of strings and outputs a list contains the lower-cased versions of the input elements, and also a concatenation of the input elements

Created: 2010-11-26 | Last updated: 2010-11-26

Credits: User Alan Williams

Workflow R integer vector example (1)

Thumb
This workflow takes a list of integer values and returns a list containing the square of the input list's elements, and the sum of the input list's elements.

Created: 2010-11-26 | Last updated: 2010-11-26

Credits: User Alan Williams

Workflow R logical vector workflow (1)

Thumb
The workflow returns a list containing the logical inversion of the logical vector input

Created: 2010-11-26 | Last updated: 2010-11-26

Credits: User Alan Williams

Workflow R string workflow (1)

Thumb
This workflow determines the lower case version of the input string.

Created: 2010-11-26 | Last updated: 2010-11-26

Credits: User Alan Williams

Workflow R numeric workflow (1)

Thumb
This workflow uses an Rshell service to calculate the square of a numeric inputThis workflow uses an

Created: 2010-11-26

Credits: User Alan Williams

Workflow R logical workflow (1)

Thumb
Checks what the logical_input is in R. For an logical_input of TRUE - is_false should be FALSE and is_true TRUE FALSE - is_false should be TRUE and is_true FALSE For any other input values, is_false and is_true should both be NA

Created: 2010-11-26 | Last updated: 2010-11-26

Credits: User Alan Williams

Workflow KEGG pathways common to both QTL and micro... (1)

Thumb
This workflow takes in two lists of KEGG pathway ids. These are designed to come from pathways found from genes in a QTL (Quantitative Trait Loci) region, and from pathways found from genes differentially expressed in a microarray study. By identifying the intersecting pathways from both studies, a more informative picture is obtained of the candidate processes involved in the expression of a phenotype

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

Credits: User Paul Fisher

Workflow Pathways and Gene annotations for RefSeq ids (1)

Thumb
This workflow searches for genes which were found to be differentially expressed from a microarray study in the mouse, Mus musculus. The workflow requires an input of gene ref_seq identifiers. Data is then extracted from BioMart to annotate each of the genes found for each ref_seq id. The Entrez and UniProt identifiers are then sent to KEGG to obtain KEGG gene identifiers. The KEGG gene identifiers are then used to search for pathways in the KEGG pathway database.

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

Credits: User Paul Fisher

Workflow Pathways and Gene annotations for QTL region (1)

Thumb
This workflow searches for genes which reside in a QTL (Quantitative Trait Loci) region in the mouse, Mus musculus. The workflow requires an input of: a chromosome name or number; a QTL start base pair position; QTL end base pair position. Data is then extracted from BioMart to annotate each of the genes found in this region. The Entrez and UniProt identifiers are then sent to KEGG to obtain KEGG gene identifiers. The KEGG gene identifiers are then used to searcg for pathways in the KEGG path...

Created: 2010-11-15 | Last updated: 2010-11-16

Credits: User Paul Fisher

Attributions: Workflow Pathways and Gene annotations for QTL region

Workflow Search OpenTox data sets by title. (1)

Thumb
 Use of an OpenTox ontology server to find data sets with a particular string in the title, such as 'EPA' as in this case.

Created: 2010-11-14 | Last updated: 2010-11-14

Credits: User Egon Willighagen

Workflow Run OpenTox models on local data. (1)

Thumb
 Runs a remote OpenTox model to predict properties for local data which is uploaded on the fly.

Created: 2010-11-13 | Last updated: 2010-11-13

Credits: User Egon Willighagen

Uploader

Workflow BiomartAndEMBOSSAnalysis (1)

Thumb
Using Biomart and EMBOSS soaplab services, This workflow retrieves a number of sequences from 3 species: mouse, human, rat; align them, and returns a plot of the alignment result. Corresponding sequence ids are also returned.

Created: 2010-11-12

Credits: User Krisztina

Uploader

Workflow BiomartAndEMBOSSAnalysis (1)

Thumb
Using Biomart and EMBOSS soaplab services, This workflow retrieves a number of sequences from 3 species: mouse, human, rat; align them, and returns a plot of the alignment result. Corresponding sequence ids are also returned.

Created: 2010-11-12 | Last updated: 2010-11-12

Credits: User Krisztina

Workflow [untitled] (1)

Thumb
A tutorial workflow of Taverna.

Created: 2010-11-12 | Last updated: 2010-11-12

Credits: User Sukhdeep Singh

Workflow retry-example (1)

Thumb
This workflow executes a local beanshell script that has been programmed to fail on some iterations. It demonstrates the advantages of setting retries in your workflows to make them more robust

Created: 2010-11-08 | Last updated: 2010-11-08

Credits: User Alan Williams

Workflow Async WPS example (2)

Thumb
Example on how to work with an async service, where the statusURL is used to check for Example on how to work with an async service, where the statusURL is used to check for if the process has finished or not

Created: 2010-11-04 | Last updated: 2011-04-27

Credits: User Jorgejesus

Workflow Sacs Gene Muation Analysis (1)

Thumb
This workflow was created to predict the effect of the mutation on the primary and the secondary structure of a mutated sacsin protein. The genomic sequence bearing the mutation should be pasted on FASTA format as input for the Transeq tool. This sequence will be translated to protein and compared to the wild type protein, already extracted from NCBI database, through the Supermatcher tool. Variation(s) will be verified by multiple alignment using Blastp and ClustalW tools. Prediction of th...

Created: 2010-11-03 | Last updated: 2010-11-03

Credits: User Yosr Bouhlal

Results per page:
Sort by: