Literature DB >> 23104885

XiP: a computational environment to create, extend and share workflows.

Masao Nagasaki1, André Fujita, Yayoi Sekiya, Ayumu Saito, Emi Ikeda, Chen Li, Satoru Miyano.   

Abstract

UNLABELLED: XiP (eXtensible integrative Pipeline) is a flexible, editable and modular environment with a user-friendly interface that does not require previous advanced programming skills to run, construct and edit workflows. XiP allows the construction of workflows by linking components written in both R and Java, the analysis of high-throughput data in grid engine systems and also the development of customized pipelines that can be encapsulated in a package and distributed. XiP already comes with several ready-to-use pipeline flows for the most common genomic and transcriptomic analysis and ∼300 computational components. AVAILABILITY: XiP is open source, freely available under the Lesser General Public License (LGPL) and can be downloaded from http://xip.hgc.jp.

Entities:  

Mesh:

Year:  2012        PMID: 23104885      PMCID: PMC3530915          DOI: 10.1093/bioinformatics/bts630

Source DB:  PubMed          Journal:  Bioinformatics        ISSN: 1367-4803            Impact factor:   6.937


1 INTRODUCTION

Large-scale sequencing and microarray technologies are high-throughput methodologies that generate huge genomic and transcriptomic data that must be processed in a multi-step fashion. Usually, it is carried out by several distinct programs that are interconnected in a specific order, forming a workflow process, namely pipeline (Durham ; Fujita ). For example, a simple workflow to investigate genes potentially related to cancer might begin with microarray image analysis, normalization, statistical tests to identify differentially expressed genes between the normal and the tumor tissues followed by a multiple test P-value correction. Shah have described that pipelines must satisfy at least three characteristics: (i) flexibility: a software can be used to analyze different data sets that may require different analysis tools; (ii) integrability: a system should provide the framework to facilitate data integration of analysis results from different tools; and (iii) extensibility: a system needs to allow for the inclusion of new tools in a modular fashion. In addition to these characteristics that are actually necessary to a pipeline, we believe that the portability with grid engines and the interoperability with pre-existing systems are also important in this new era of generation of high-throughput data. The portability with grid engines makes possible to run heavy routines in supercomputers (hundreds of cores) in an easy manner while the interoperability allows the use of workflows constructed under different platforms. To facilitate the construction of workflows, we present XiP (eXtensible integrative Pipeline), a free [under the Lesser General Public License (LGPL)] and easy-to-use environment designed to integrate the state-of-the-art computational methods and to satisfy researchers’ need in multi-collaborative projects.

2 IMPLEMENTATION

XiP was entirely developed in Java and runs at the client’s machine via the Java Web Start technology. In other words, XiP runs in the majority of operating systems, requiring only a pre-installation of the Java Runtime Environment (JRE version ≥1.6) at the client’s machine. If JRE is not installed, the installation package asks for the permission to install JRE. Although XiP was originally designed to run via the Web, it can also be installed in local machines. XiP already comes with ∼300 components, where each component represents one computational algorithm (e.g. Support Vector Machine, k-means, t-test, etc). XiP also recognizes components written in R (R Development Core Team, 2011), one of the most popular statistical programming languages in Bioinformatics. For data input, XiP accepts any Java and R basic data structures, Cell System Markup Language (CSML) (Nagasaki ), Cell System Ontology (CSO) (Jeong ), Cell System Markup Language Data Base (CSMLDB) and CSODB formats. The complete list of components that comes with XiP (∼300 components), tutorials, documentation and some example pipelines are available at the XiP project webpage (http://xip.hgc.jp).

3 RESULTS AND DISCUSSIONS

With the advances in the generation of high-throughput data and the development of large-scale projects, which involve dozens of labs around the world, computational pipelines become crucial and indispensable, especially when the same protocol must be carried out in different laboratories to guarantee both reproducibility and quality. The construction of a computational pipeline under the XiP platform does not require advanced computer-programming skills. At Figure 1a, there is a list of components and a tool to search for a specific algorithm. To build a workflow, the user clicks on the component of interest and drags and drops on the canvas (Fig. 1b). The order of analysis in the pipeline is set according to the order of the components defined by the arrows of the workflow (Fig. 1b). The tail of the arrow represents from which component the data comes, and the head points to the next analysis step. In other words, the direction of the arrows indicates the data flow. The parameters of each component can be easily set up by using the graphical interface illustrated on Figure 1c, and the results are visualized in separate windows as shown in Figure 1d.
Fig. 1.

Screenshot of a XiP graphical interface and a regulatory network estimation pipeline. (a) The list of components; (b) the pipeline schema; (c) the parameters for each component of the pipeline; (d) the output, i.e. the estimated regulatory network

Screenshot of a XiP graphical interface and a regulatory network estimation pipeline. (a) The list of components; (b) the pipeline schema; (c) the parameters for each component of the pipeline; (d) the output, i.e. the estimated regulatory network XiP satisfies the three essential characteristics for a pipeline platform and also the fourth (portability to grid engines) and fifth (interoperability) described in Section 1 as follows: Flexibility: The specific requirements of a research project make it difficult to use a pipeline designed for a particular data set for analysis of another data set. As a result, two different pipelines must be constructed, both sharing several common components. However, notice that it is not necessary to reconstruct the entire pipeline, but only the different parts. As the pipelines constructed by XiP are modular, i.e. the pipelines are composed of an ordered sequence of components, one must replace only the different components to adapt the pipeline to a new data set. Integrability: Components written in both R and Java programming languages run on XiP. Internally, XiP translates the R data structures into Java structures, thus allowing the connection of packages available at the R webpage (http://www.r-project.org) and the BioJava project (Holland ). Extensibility: R and Java functions developed by different groups can automatically be translated to a XiP component and included in the platform. Therefore, XiP can be customized and extended with several components depending on the user’s necessities. Portability to grid engine: The analysis of large amounts of data generated by the new technological approaches in molecular biology requires high-performance computational resources. The XiP platform allows the construction of pipelines that use grid engines to parallelize computational jobs. To run a parallel job, the user must set up a cluster (server) with several cores and log in to this remote server. The integration with grid engines makes XiP suitable for individual researchers with modest data sizes as well as for big collaborative projects with large amounts of data. Interoperability: Owing to several different pipeline platforms available in the literature such as Pegasus (Deelman ), Kepler (Altintas ) and Galaxy (Goecks ), each one with unique advantages, it would be interesting whether one platform could integrate components developed in different environments. XiP satisfies the interoperability by converting the components developed in the Galaxy platform (Goecks ) to an XiP component. Interoperability with other systems is under development. Once a pipeline is constructed, it can be distributed in both a XiP XML format and a jar file. The XiP XML is a markup language that stores the pipeline structure, i.e. the information about how the components are interconnected. The jar format is a closed stand-alone package that runs in a computational environment without XiP. Some examples of pipelines freely available designed in the XiP platform are the DA1.0 (Koh ) and the CSO validator (Jeong ). Other examples can be found at the XiP webpage. Summing up, the main advantages of XiP are (i) it satisfies all the five characteristics for a pipeline platform; (ii) components developed in the Galaxy platform can be converted to XiP components; and (iii) stand-alone packages created under XiP can be run outside the XiP environment. The entire code is open and we encourage researchers to contribute with novel functionalities for the XiP platform.
  8 in total

1.  DA 1.0: parameter estimation of biological pathways using data assimilation approach.

Authors:  Chuan Hock Koh; Masao Nagasaki; Ayumu Saito; Limsoon Wong; Satoru Miyano
Journal:  Bioinformatics       Date:  2010-05-26       Impact factor: 6.937

2.  EGene: a configurable pipeline generation system for automated sequence analysis.

Authors:  Alan M Durham; André Y Kashiwabara; Fernando T G Matsunaga; Paulo H Ahagon; Flávia Rainone; Leonardo Varuzza; Arthur Gruber
Journal:  Bioinformatics       Date:  2005-04-06       Impact factor: 6.937

3.  Cell system ontology: representation for modeling, visualizing, and simulating biological pathways.

Authors:  Euna Jeong; Masao Nagasaki; Ayumu Saito; Satoru Miyano
Journal:  In Silico Biol       Date:  2007

4.  Galaxy: a comprehensive approach for supporting accessible, reproducible, and transparent computational research in the life sciences.

Authors:  Jeremy Goecks; Anton Nekrutenko; James Taylor
Journal:  Genome Biol       Date:  2010-08-25       Impact factor: 13.583

5.  CSO validator: improving manual curation workflow for biological pathways.

Authors:  Euna Jeong; Masao Nagasaki; Emi Ikeda; Yayoi Sekiya; Ayumu Saito; Satoru Miyano
Journal:  Bioinformatics       Date:  2011-07-08       Impact factor: 6.937

6.  BioJava: an open-source framework for bioinformatics.

Authors:  R C G Holland; T A Down; M Pocock; A Prlić; D Huen; K James; S Foisy; A Dräger; A Yates; M Heuer; M J Schreiber
Journal:  Bioinformatics       Date:  2008-08-08       Impact factor: 6.937

7.  GEDI: a user-friendly toolbox for analysis of large-scale gene expression data.

Authors:  André Fujita; João R Sato; Carlos E Ferreira; Mari C Sogayar
Journal:  BMC Bioinformatics       Date:  2007-11-19       Impact factor: 3.169

8.  Pegasys: software for executing and integrating analyses of biological sequences.

Authors:  Sohrab P Shah; David Y M He; Jessica N Sawkins; Jeffrey C Druce; Gerald Quon; Drew Lett; Grace X Y Zheng; Tao Xu; B F Francis Ouellette
Journal:  BMC Bioinformatics       Date:  2004-04-19       Impact factor: 3.169

  8 in total
  2 in total

1.  Dintor: functional annotation of genomic and proteomic data.

Authors:  Christian X Weichenberger; Hagen Blankenburg; Antonia Palermo; Yuri D'Elia; Eva König; Erik Bernstein; Francisco S Domingues
Journal:  BMC Genomics       Date:  2015-12-21       Impact factor: 3.969

2.  Bio-TDS: bioscience query tool discovery system.

Authors:  Etienne Z Gnimpieba; Menno S VanDiermen; Shayla M Gustafson; Bill Conn; Carol M Lushbough
Journal:  Nucleic Acids Res       Date:  2016-10-18       Impact factor: 16.971

  2 in total

北京卡尤迪生物科技股份有限公司 © 2022-2023.