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 1566 results. Use the filters on the left and the search box below to refine the results.

Workflow GetWikiPWByCHEBI (2)

Thumb
This workflow uses the WikiPathways Webservice/API to query for pathways containing a specific Chemical Entities of Biological Interest (ChEBI) identifier. The mapping service behind WikiPathways takes care of the identifier mapping, making sure that all relevant results are found even if they were originally reported using a different identifier scheme.

Created: 2015-09-01 | Last updated: 2015-10-12

Credits: User Kristina Hettne User Eleni

Workflow AllPW2CHEBI (2)

Thumb
This workflow uses the WikiPathways Webservice/API to query to retrieve all Chemical Entities of Biological Interest (ChEBI) identifers for all pathways and merge them to one, unique list.

Created: 2015-09-01 | Last updated: 2015-10-12

Credits: User Kristina Hettne User Eleni

Workflow REF2014 impact study summary by ID (2)

Thumb
Queries the UK REF2014 impact study API by the ID of the study, extracts the ImpactSummary element, and outputs its value as text.

Created: 2015-09-05 | Last updated: 2015-09-05

Workflow Get article titles from Europe PMC for sin... (2)

Thumb
This small workflow demonstrates how to connect to the new (August 2015) version of Europe PMC (http://europepmc.org/RestfulWebService). Changes from previous versions include the addition of a pageSize parameter, allowing the client to request up to 1,000 records at once. If this would still not be sufficient, the offSet paremeter can be used to retrieve data in chunks of 1,000 records and the Flatten List service used to concatenate the results.

Created: 2015-09-07 | Last updated: 2015-09-10

Credits: User Magnus Palmblad

Workflow Visualize Geographical Bias between PubMed... (3)

Thumb
This workflow analyzes the scientific output, as documented by PubMed, geographically. The workflow takes as input the PubMed data in XML and the ISO 3166-1 and ISO 3166-3 country lists. The XML files can contain any subset from two specific PubMed searches. for example for two different journals in the same field. The XPath components extract author affiliations, and feed these to a series of Beanshell components that match these with countries in the ISO standard. This data is then fed to ...

Created: 2015-09-10 | Last updated: 2015-09-10

Credits: User Magnus Palmblad User Arzu Tugce Guler

Workflow Author Publications and Citations by Year (2)

Thumb
This small workflow demonstrates how to connect to and use Europe PMC (http://europepmc.org/RestfulWebService) to count the number of publications and citations per year for one author. Two Web service calls are made. First, we searchPublications to retrieve the bibliographic records for all published work of a single author. Then, we getCitations to extract the year of all articles citing the work of this author. A conditional XPath is here used to only look up citing articles for cited work...

Created: 2015-09-14 | Last updated: 2015-09-17

Credits: User Magnus Palmblad

Workflow Pipelined list iteration (1)

Thumb
Perform multiple iterations of services in order to show pipelining

Created: 2015-09-29

Credits: User Thiago Soares

Workflow Loop (1)

Thumb
Example of looping over asynchronous services. The dummy beanshell scripts represents the operations of an asynchronous submit-status-results style service, such as EBI's InterProScan and NCBI Blast. createJob creates a temporary file with the content "0". Filename retuirned as a "job ID". checkStatus reads the job, and return state "RUNNING" as long as the content is less than 10, increasing the number for each call. (As no actual job is being run) getResults reads the file content, with...

Created: 2015-09-29

Credits: User Thiago Soares

Workflow Merge (1)

Thumb
No description

Created: 2015-09-29 | Last updated: 2015-09-29

Credits: User Thiago Soares

Workflow Produto Lista (1)

Thumb
No description

Created: 2015-09-29

Credits: User Thiago Soares

Workflow Retry (1)

Thumb
No description

Created: 2015-09-29

Credits: User Thiago Soares

Workflow Paralelo (1)

Thumb
No description

Created: 2015-09-29

Credits: User Thiago Soares

Workflow Beanshell fibonacci (1)

Thumb
No description

Created: 2015-09-30

Credits: User igor russo

Workflow Beanshell fibonacci 2 (2)

Thumb
No description

Created: 2015-09-30 | Last updated: 2015-09-30

Credits: User igor russo

Workflow Simple test with paralel execution using b... (1)

Thumb
A simple exercise on parallel processing using BeanShell

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

Credits: User Ciro Barbosa

Workflow AllPW2ENS (2)

Thumb
This workflow uses the WikiPathways Webservice/API to query to retrieve all ENSEMBL identifers for all pathways and merge them into one, unique list.

Created: 2015-10-02 | Last updated: 2015-10-12

Credits: User Kristina Hettne User Eleni

Workflow GetWikiPWByENS (2)

Thumb
This workflow uses the WikiPathways Webservice/API to query for pathways containing a specific ENSEMBL identifier. The mapping service behind WikiPathways takes care of the identifier mapping, making sure that all relevant results are found even if they were originally reported using a different identifier scheme.

Created: 2015-10-02 | Last updated: 2015-10-12

Credits: User Kristina Hettne User Eleni

Workflow PW2ENS (2)

Thumb
This workflow uses the WikiPathways Webservice/API to query to retrieve all ENSEMBL identifers for the given pathway.

Created: 2015-10-02 | Last updated: 2015-10-12

Credits: User Kristina Hettne User Eleni

Workflow Get_Weather (1)

Thumb
Modeal based on other models already hosted at myExperiment, but with small changes (changed input from static to input type).

Created: 2015-10-06 | Last updated: 2015-10-06

Workflow Create Local Citation Graph (1)

Thumb
This workflow demonstrates how to build a local citation/reference graph for a single pubilcation in PubMed. The id input is the PubMed id (pmid) for any publication in the PubMed or PMC Europe. The workflow then queries the PMC Europe Web services to get the citations and references for this publication. Two XPath parsers are used to extract the citation and reference ids, which are then combined and passed on to an Rshell that draws a Sugiyama style layered graph using the igraph package. T...

Created: 2015-10-11

Credits: User Magnus Palmblad

Workflow Web Service sample in .NET (1)

Thumb
To run this sample, you should first set up a web service with the following C# code: using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.Services; namespace TrabsEsicnece { [WebService(Namespace = "http://trabsescience.org/")] [WebServiceBinding(ConformsTo = WsiProfiles.BasicProfile1_1)] [System.ComponentModel.ToolboxItem(false)] public class Service1 : System.Web.Services.WebService { [WebMethod] public...

Created: 2015-10-13

Workflow Submit Job Cluster (1)

Thumb
No description

Created: 2015-10-13

Credits: User Thiago Soares

Workflow Local JAR execution. (2)

Thumb
No description

Created: 2015-10-14 | Last updated: 2015-10-14

Credits: User igor russo

Workflow Remove string duplicates (1)

Thumb
No description

Created: 2015-10-14

Credits: User igor russo

Workflow Author Citation Network (1)

Thumb
Map citation/reference network for one author using Europe PMC Web services. This workflow was created during the Tavernathon exercise held at the LUMC on October 14, 2015 and is intended to show the integration of several Web services, XPath XML parsing and use of the igraph package in R. Although the workflow is functional, the information in PubMed is incomplete, resulting in the workflow producing a subset of the correct citation graph.

Created: 2015-10-20

Credits: User Magnus Palmblad

Workflow FInd/filter idA and idB from MITAB (1)

Thumb
A workflow to filter idA and idB out of a MITAB file.

Created: 2015-11-05 | Last updated: 2015-11-05

Workflow Query PSICQUIC and filter by idA and idB (... (1)

Thumb
Queries PSICQUIC and returns idA and idB.

Created: 2015-11-05

Workflow Query for all PISCQUIC services (Name+URL) (1)

Thumb
No description

Created: 2015-11-05

Workflow Define one query and retrieve Molecular In... (1)

Thumb
Define one query and retrieve Molecular Interactions from PSICQUIC Services registered in the PSICQUIC registry.

Created: 2015-11-05

Workflow Get ontology parents (2)

Thumb
Retrieves the ontology parents of an entity including the relationship type, using the ChEBI identifier.

Created: 2015-11-16 | Last updated: 2016-04-26

Credits: User Kristina Hettne

Attributions: Workflow Get ontology parents

Workflow Get ENSEMBL cross-references for UniProt IDs (1)

Thumb
This small workflow uses the PICR (http://www.ebi.ac.uk/Tools/picr/) WDSL Web Service to look up ENSEMBL (ENSP) cross-references for UniProt IDs. The input is a list of UniProt IDs and the output a corresponding list of ENSEMBL IDs. This instance of the workflow specifically uses the ENSEMBL_HUMAN database and taxonID 9606 (Homo sapiens).

Created: 2015-11-16

Credits: User Magnus Palmblad

Uploader

Workflow getDatabaseLinks (1)

Thumb
No description

Created: 2015-11-16 | Last updated: 2015-12-02

Uploader

Workflow searchPublications (1)

Thumb
No description

Created: 2015-11-16 | Last updated: 2015-12-02

Uploader

Workflow searchPublications (1)

Thumb
No description

Created: 2015-11-16 | Last updated: 2015-12-02

Uploader

Workflow getDatabaseLinks (1)

Thumb
No description

Created: 2015-11-16 | Last updated: 2015-12-02

Uploader

Workflow single_double_flattten (1)

Thumb
No description

Created: 2015-11-17 | Last updated: 2015-12-02

Workflow Author to Wordcloud (3)

Thumb
This small workflow demonstrates how to connect to and use Europe PMC (http://europepmc.org/RestfulWebService). The workflow searches the publications of an author, extracts the abstracts, counts the word frequencies and plot a wordcloud using the R package of the same name. The Rshell plot_wordcloud also applies text mining operations (transformation to lower case, removing punctuation, stripping whitespace and removing English stopwords) using the R package tm.

Created: 2015-12-02 | Last updated: 2015-12-07

Credits: User Magnus Palmblad

Workflow Author Citation Network (1)

Thumb
Map citation/reference network for one author using Europe PMC Web services. This workflow is intended to show the integration of several Web services, XPath XML parsing and use of the igraph package in R. Although the workflow is functional, the information in PubMed is incomplete. This means the results may be a subset of the correct citation graph.

Created: 2015-12-04 | Last updated: 2015-12-04

Credits: User Magnus Palmblad User Yassene

Workflow UniProt Protein Protein Network (1)

Thumb
This workflow uses the Europe PMC Web Services searchPublications and getDatabaseLinks to reconstruct a protein-protein network based on co-occurence in the scientific literature, arbitrary filtered by a PubMed query, e.g. the word "complex" appearing in the title or abstract. The workflow also looks up the second degree connections, i.e. proteins co-occuring with proteins co-occuring with the protein given as input, but not with this protein itself. The output is a (1) Pajek graph file, a GM...

Created: 2015-12-04

Credits: User Magnus Palmblad User Yassene

Workflow SImple Europe PMC Search (1)

Thumb
This very simple workflow searches Europe PMC using the searchPublications Web Service and a conditional XPath to retrieve the article titles for all cited work matching the search query.

Created: 2015-12-04

Credits: User Magnus Palmblad

Workflow Connecting to Europe PMC (1)

Thumb
This very simple workflow connects to Europe PMC using the searchPublications Web Service.

Created: 2015-12-04

Credits: User Magnus Palmblad

Workflow Search Europe PMC and get ChEBI annotations (3)

Thumb
This workflow first conducts a search and downloads the PMIDs for all publications in PubMed and PMC that match a particular query using the Europe PMC Articles API. In a second phase, the workflow fetches the ChEBI annotations for all these publications using the Europe PMC Annotations API.

Created: 2018-02-09 | Last updated: 2018-02-12

Credits: User Magnus Palmblad

Uploader

Workflow Get (3)

Thumb
No description

Created: 2018-05-27 | Last updated: 2018-05-27

Uploader

Workflow Demo (1)

Thumb
No description

Created: 2019-06-25 | Last updated: 2019-06-26

Workflow Killer whale demography (1)

Thumb
This workflow analyzes the demography and population growth of resident killer whale populations. Originally created for comparative studies of Northeastern Pacific populations at risk, Southern Resident Killer Whales (SRKW) and the Northern Resident Killer Whales (NRKW), the workflow can be used for other killer whale populations or cetaceans counting with census data and life cycles that can be represented using the matrix models described in this document. This workflow perform the follow...

Created: 2014-09-24

Credits: User Maria Paula Balcazar-Vargas User Antonio Velez-Espino User Andres Araujo User Jon Giddy User Francisco Quevedo

Workflow Workflow_waveform-compare_2.0.2 (2)

Thumb
xcorrSound waveform-compare component - minor edits

Created: 2014-09-25 | Last updated: 2014-09-26

Workflow xcorrSound_overlap-analysis_2.0.2 (1)

Thumb
This component uses xcorrSound overlap-analsis to find the overlap between two input wav files and output an analysis report in a txt output format.

Created: 2014-09-26 | Last updated: 2014-09-26

Workflow xcorrSound_sound-match_2.0.2 (1)

Thumb
This component uses xcorrSound sound-match to find occurrences of the first (small) input wav file in the second (larger) wav file and output the result in a txt output format.

Created: 2014-09-26 | Last updated: 2014-09-26

Workflow Characterise_Audio_using_FFprobe (1)

Thumb
The workflow takes an inputfilepath as input parameter. It relies on FFprobe being installed locally, when it is run. It has been tested with ffprobe version 0.10.3. It outputs bitrate, bitsPerSample, channels, duration and audio sampling frequency (hz) as well as an activity report (raw FFprobe STDOUT+STDERR).

Created: 2014-09-26 | Last updated: 2014-09-26

Workflow Resident killer whale-chinook salmon inter... (1)

Thumb
The resident killer whale-chinook salmon interactions workflow provides an environment to calculate a two-sex stage-structured matrix with no density dependence and with vital rates as random variables or as functions of Chinook abundance from specific stock aggregates and to (i) quantify the differences in demographic rates between killer whale (Orcinus orca) population that explain population growth; (ii) to determine the relative influence of vital rates and Chinook (Oncorhynchus tshawytsc...

Created: 2014-09-26

Credits: User Maria Paula Balcazar-Vargas User Antonio Velez-Espino User Andres Araujo User Jon Giddy User Francisco Quevedo

Attributions: Workflow Killer whale demography

Results per page:
Sort by: