All content

Search filter terms
Filter by category
Filter by type
Filter by tag
Filter by user
Filter by licence
Filter by group
Filter by wsdl
Results per page:
Sort by:
Showing 10 results. Use the filters on the left and the search box below to refine the results.
Category: Workflow Licence: by-sa Group: LUMC Taverna user group

Workflow Author Publications and Citations by Year ... (1)

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 REST 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 JSONPath is here used to only look up citing articles for cited work...

Created: 2016-05-09

Credits: User Magnus Palmblad

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 REST 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, i...

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

Credits: User Magnus Palmblad

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 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 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

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 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 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 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 Make Groups for Tutorial (2)

Thumb
The workflow pairs people from two groups of equal size into the same number of pairs with one member from each group. This is done randomly, using the random.org randomization engine, which in turn is based on atmospheric radio noise.

Created: 2014-04-16 | Last updated: 2015-10-12

Credits: User Magnus Palmblad

Results per page:
Sort by: