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

Results per page:
Sort by: