GranatumX: A Community-engaging, Modularized, and Flexible Webtool for Single-cell Data Analysis
2021-02-24DavidGarmireXunZhuAravindMantravadiQianhuiHuangBreckYunitsYuLiuThomasWolfgruberOlivierPoirionTianyingZhaodricArisdakessianStefanStanojevicLanaGarmire
David G. Garmire, Xun Zhu, Aravind Mantravadi, Qianhui Huang, Breck Yunits, Yu Liu, Thomas Wolfgruber, Olivier Poirion, Tianying Zhao,Cédric Arisdakessian,, Stefan Stanojevic, Lana X. Garmire,
1Department of Electrical Engineering & Computer Science, University of Michigan, Ann Arbor, MI 48109, USA
2Epidemiology Program, University of Hawaii Cancer Center, Honolulu, HI 96813, USA
3Department of Biostatistics, University of Michigan, Ann Arbor, MI 48109, USA
4Department of Computational Medicine and Bioinformatics, University of Michigan, Ann Arbor, MI 48105, USA
5Molecular Biosciences and Bioengineering Graduate Program, University of Hawaii at Manoa, Honolulu, HI 96822, USA
Abstract We present GranatumX,a next-generation software environment for single-cell RNA sequencing(scRNA-seq)data analysis. GranatumX is inspired by the interactive webtool Granatum. GranatumX enables biologists to access the latest scRNA-seq bioinformatics methods in a web-based graphical environment. It also offers software developers the opportunity to rapidly promote their own tools with others in customizable pipelines. The architecture of GranatumX allows for easy inclusion of plugin modules, named Gboxes, which wrap around bioinformatics tools written in various programming languages and on various platforms. GranatumX can be run on the cloud or private servers and generate reproducible results. It is a community-engaging, flexible, and evolving software ecosystem for scRNA-seq analysis,connecting developers with bench scientists. GranatumX is freely accessible at http://garmiregroup.org/granatumx/app.
KEYWORDS Single-cell RNA sequencing;Analysis;Pipeline;Webtool;Module
Introduction
Single-cell RNA sequencing (scRNA-seq) technologies have advanced our understanding of cell-level biology significantly [1]. Many exciting scientific discoveries are attributed to new experimental technologies and sophisticated computational methods[2,3].Despite the progress in cultivating professionals with cross-discipline training, a gap continues to exist between the wet-lab biology and the bioinformatics community. Moreover, with the rapid development of many varieties of modules handling different parts of scRNA-seq analysis[4–6],it becomes increasingly challenging for bioinformaticians themselves to decide which method to choose. Although some analytical packages such as SINCERA[7],Seurat[8],and Scanpy[9]provide complete scRNA-seq pipelines, they require users to be familiar with their corresponding programming language (typically R or Python), installation platform, and command-line interface. This overhead hinders wide adoption by experimental biologists,especially those newly adopting scRNA-seq technologies. A few platforms, such as ASAP [10] and our own previous tool Granatum [11],provide intuitive graphical user interfaces(GUIs)and may be useful for a first-hand exploratory check. However,Granatum does not allow for modularity, while ASAP lacks flexibility and restricts the user to a set number of computational tools.Here we present GranatumX,the new generation of scRNA-seq analysis platform that aims to solve these issues systematically. Its architecture facilitates the rapid incorporation of cutting-edge tools and enables the efficient handling of large datasets aided by virtualization [12].
Method
Architectural overview
GranatumX consists of three independent components:central data storage (CDS), user interface (UI), and task runner (TR). CDS stores all data and metadata in GranatumX,including the uploaded files,processed intermediate data, and final results. The other two components of GranatumX both have controlled access to CDS, which allows them to communicate with each other. CDS is implemented using a PostgreSQL database and a secure file system-based data warehouse. UI is the component with which wet-lab biologists interact. The layout is intuitive with Gbox settings while providing a flexible and customizable analysis pipeline. UI also allows for the asynchronous submission of tasks before they can be run by the backend. UI is implemented using JavaScript, with the ReactJS framework. The submitted jobs queue up in the database and can be retrieved in real time by TR. TR monitors the task queue in the CDS in real time, actively retrieves the high-priority tasks(based on submission time),initializes the corresponding Gboxes,and prepares the input data by retrieving relevant data from CDS.
Deployment
GranatumX uses Docker to ensure that all Gboxes can be installed reproducibly with all their dependencies. As a result,GranatumX can be deployed in various environments including personal computers (PCs), dedicated servers,high-performance computing (HPC) platforms, and cloud services. The installation instructions are detailed in the README file of the source code.
Responsive UI
The web-based UI offers different device-specific layouts to suit a wider range of screen sizes. On desktop computers,the UI takes advantage of the screen space and uses a panelbased layout,and maximizes the on-screen information.On small tablets and mobile devices with limited screen space,a collapsible sidebar-based layout is used to allow the most important information (the results of the current step) to show up on the screen.
Recipe system
Most studies can use similarly structured pipelines, which typically consist of data entry (upload and parsing), data processing(imputation,gene filtering,normalization,etc.),and finally data analysis functionalities(clustering,differential expression and marker gene identification, pseudotime construction,etc.). GranatumX allows users to save a given pipeline into a “recipe” for the future. GranatumX comes with a set of built-in recipes, which cover many of the most common experiment pipelines.
Software development kits
Software development kits(SDKs)in GranatumX are made for Python and R.These SDKs provide a set of application programming interfaces (APIs) and helper functions that connect Gbox developer’s own code with the core of GranatumX. The detailed documentation can be found in the Github repository.
There are three steps to build a new Gbox from the existing code.1)An entry point is written in the language of the developer’s choice.The entry point uses the SDK to retrieve necessary input from the core of GranatumX and send back output to the core after the results are computed. 2) The entry point, the original package source code, and any dependencies are packed into a Docker image using a Docker file and the“docker build”command.3)A UI specification is written for the Gbox.The specification is a simple YAML file that declares the data requirements of the Gbox.
Pipeline customization
GranatumX allows for full customization of the analysis pipeline. An analysis pipeline has a number of Gboxes organized in a series of steps.Note that two different steps can have the same underlying Gbox. For example, two principal component analysis (PCA) Gboxes can appear before and after imputation,to evaluate its effect.Because the data are usually processed in a streamlined fashion,later steps in the pipeline usually depend on data generated by the earlier steps.Steps can be added from the App store into the current project and can be removed from the pipeline at any time.A newly added step can be inserted at any point in the pipeline and can be reordered in any way,as long as such re-arrangement does not violate the dependency relationships.
Current GranatumX cloud server setup
The current GranatumX web version is hosted on OVHcloud,with specs:Intel Haswell vCPU 128 GB RAM Xeon E5-1650 4GHz. Additionally the https protocol is verified with Let’s Encrypt(https://letsencrypt.org)with an Apache 2 server(https://httpd.apache.org/)and a site registered with No-IP (https://www.noip.com/). This server uses a proxy implementation to pass a user to the Node.js web service.In this manner,Node does not have to manage the security or https connections which allows setup to occur efficiently in an enterprise system.Additionally,an optional fast compute system may be connected to the OVH cloud server through ssh tunneling which allows the local port to be mapped to the remote connection.In this manner,a high-speed rig can be connected—in this case, the AMD 3590x can be connected without having to procure a new cloud system.
Project management
The studies in GranatumX are organized as projects. Each user can manage multiple concurrent projects. The automatic customer’s report can be generated per project using the parameters and results stored in the CDS.
Example datasets
Three datasets are used in this report. One dataset is downloaded from Gene Expression Omnibus (GEO:GSE117988), a study on a patient with metastatic Merkel cell carcinoma,treated using T cell immunotherapy as well as immune-checkpoint inhibitors (anti-PD1 and anti-CTLA4) but later developed resistance [13]. A second dataset isTabula Murisdataset, which contains 54,865 cells from 20 organs and tissues of mouse [14]. Another dataset is the 1.3 Million Brain Cells from E18 Mice,downloaded from 10x Genomics website: https://support.10xgenomics.com/single-cell-gene-expression/datasets/1.3.0/1M_neurons(accessed on date 05/09/2020).This dataset contains 1,308,421 cells from embryonic mouse brains, done by Chromium™Single Cell 3′ Solution (v2 Chemistry).
GranatumX plugin development
The detailed instruction document and the tutorial YouTube or Youku videos for writing Gbox plugin are on the project website: http://garmiregroup.org/granatumx/app. Additionally, we created a slack group named “GranatumXDeveloper” to facilitate plugin development from the 3rd party.
Results
Overview of GranatumX
The objective of GranatumX is to provide scRNA-seq biologists better access to bioinformatics tools and the ability to conduct single-cell data analysis independently(Figure 1). Currently other scRNA-seq platforms usually only provide a fixed set of methods implemented by the authors themselves. It is difficult to add new methods developed by the community due to programming language lock-in as well as monolithic code architectures. If a pipeline is assembled between heterogeneous tools, it is manually crafted and inhibits a repeatable execution of data analysis tools by other wet-lab scientists. As a solution,GranatumX uses the plugin and virtualized framework that provides an easy and unified approach to add new methods in a data-analysis pipeline.The plugin system is agnostic to developer code and the choice of the original scripting language.It also eliminates inter-module incompatibilities,by isolating the dependencies of each module(Figure 2A).As a data portal, GranatumX provides a GUI that requires no programming experience.
Deployment of GranatumX
The web-based GUI can be accessed on various devices including desktops, tablets, and smartphones (Figure 2A).In addition to the web-based format, GranatumX is also deployable on a broad variety of computational environments, such as PCs, cloud services, servers, and HPC platforms with minimal effort by system administrators.The deployment process is unified on all platforms because all components of GranatumX are containerized in Docker[15] (also portable to Singularity [16]). GranatumX can handle larger-scale scRNA-seq datasets coming online,with an adequate cloud configuration setup and appropriate Gboxes. For example, after uploading data, it took GranatumX~12 min to finish the recommended pipeline with xxx modules on an AMD 3950x with 16 cores and 128 GB of DRAM memory running Ubuntu 20.04, using 10,000 cells downsampled from the dataset of “1.3 Million Brain Cells from E18 Mice” on the 10x Genomics website. The most time-consuming step is imputation using neural-network model DeepImpute (~ 2/5 time), and the detailed breakdown of time consumption is shown in Table S1.
Unique Gbox modules
Gbox is a unique concept of GranatumX. It represents a containerized version of a scientific package that handles its input and output by a format understood by the GranatumX core (Figure 2B). GranatumX has a set of pre-installable Gboxes that enable complete scRNA-seq analysis out of the box.Various Gboxes for data entry,processing,and analysis can be customized and organized together,to form a complete analysis pipeline (Figure 2C). One highlight feature of the Gbox is that it stands alone, and the user can assume any Gbox without the need to restart the full pipeline,in case one implemented by the user fails.Another highlight of the Gbox feature is that the entire GranatumX platform is fully interactive,with addition or removal of some Gboxes or parameter changes on the go, while some other Gboxes are being executed.
Figure 1 Overview of the Granatum X platformGranatum X aims to bridge the gap between the computational method developers(the bioinformaticians)and the experiment designers(the biologists).It achieves this by building end-to-end infrastructure including the packaging and containerization of the codes(Gbox packaging),organization and indexing of the Gboxes (Apps), customization of the analysis steps (pipeline building), visualization and result downloading (interactive analysis), and finally the aggregation and summarization of the study (report generation).
A comprehensive set of over 30 Gboxes are implemented in GranatumX to perform tasks all the way from data entry and processing to downstream functional analysis.The data processing tasks help to minimize the biases in the data and increase the signal-to-noise ratio. For each of these quality improvement categories, GranatumX provides multiple popular methods from which users can pick. To assist functional analysis, GranatumX provides a core list of methods for dimension reduction, visualization [including PCA, t-distributed stochastic neighbor embedding (t-SNE),and uniform manifold approximation and projection(UMAP)], clustering, differential expression, marker gene identification, gene set enrichment analysis (GSEA), network analysis,and pseudo-time construction.Versioning for each of these Gboxes has been implemented so that users can use a specific tested version of a Gbox. Developers on the other hand can work on newer versions separately before the official upgrade. Gboxes can be stored on Docker Hub for public use which maintains its own versioning system(https://hub.docker.com/u/granatumx).Detailed step-by-step tutorials for writing and building Gboxes are on GranatumX website http://garmiregroup.org/granatumx/app.
Input files
The input files of GranatumX include expression matrices and optional sample metadata tables,acceptable in a variety of formats such as CSV,TSV,or Excel format.GranatumX even accepts zip files and GNU zip(gz)files,which the user can choose for large expression matrices. Expression matrices are raw read counts for all genes (rows) in all cells(columns). The sample metadata tables annotate each cell with a pre-assigned cell type, state, or other quality information.The parsing step creates a sparse matrix using the coordinate list (COO) format, and this representation ensures swift upload onto the backend,even for large input datasets (> 10,000 cells). Such information will either be used to generate computational results(such as GSEA or be mapped onto the PCA, t-SNE, or UMAP plot for visualization (see Figure 2C for the workflow). Once the user uploads the gene expression matrix,the data are read into a dataframe usingPandas,and the step updates the user with a“preview”,consisting of the first few rows and columns of the gene expression matrix,along with the number of genes and samples present.
Figure 2 GranatumX deployment, data management, and analysis flowA. Granatum X can be deployed on various computational environments, from PCs, servers, HPC systems, to cloud services. Granatum X’s web UI is adaptable to devices with various screen sizes, which allows desktop and mobile access. B. Granatum X’s data management. Each Gbox (labeled by a particular color to represent a certain functionality)with order dependency on the pipeline,may take some project data and some user-specified parameters as input and may generate results(interactive visualization,plots,tables,or even plain text)and new project data.All project data and results,as well as the specified parameters, are recorded and saved into the CDS and can be used for reproducibility control. C. A scRNA-seq computational study typically consists of three phases:the upload and parsing of the expression matrices and metadata(data entry),the quality improvement and signal extraction of the data(data processing),and finally the assorted analyses on the processed data which offer biological insights(data analysis).PC,personal computer;HPC,high-performance computing; UI, user interface; CDS, central data storage; GSEA, gene set enrichment analysis.
User-centric design
As a user-friendly tool,GranatumX allows multiple users to be affiliated with the same project for data and result sharing, while restricting one user to run the pipeline at a time to avoid data conflicts. It allows dynamically adding,removing, and reordering pipeline steps on the go. It also allows users to reset the current step.All relevant data in the analysis pipeline and all results generated by each module are stored in a database, allowing users to access and download them.To ensure reproducibility,GranatumX can automatically generate a human-readable report detailing the inputs, running arguments, and the results of all steps(see examples in Files S1 and S2).All of these features are designed with the mindset of “consumer reports” to facilitate research in experimental labs or genomics cores.
Case studies using GranatumX
In the following section,we demonstrate two case studies of GranatumX. The first dataset was downloaded from Gene Expression Omnibus (GEO: GSE117988), including 7431 single cells generated by the 10x Genomics 3′ Chromium platform. It was obtained from a patient with metastatic Merkel cell carcinoma,treated using T cell immunotherapy as well as immune-checkpoint inhibitors (anti-PD1 and anti-CTLA4)but later developed resistance[13].We used a customized pipeline to analyze the scRNA-seq data(Figure3A). The pipeline comprises all common analysis steps,including 1) file upload, 2) imputation (based on DeepImpute[6]),3)cell normalization,4)gene filtering,5)log transformation, 6) PCA, 7) t-SNE/UMAP visualization, 8)clustering, 9) sample coloring, 10) marker gene identification, 11) GSEA, and 12) pseudo-time construction. The analysis report of the entire pipeline is included as File S1.The clustering step identifies 7 clusters on the UMAP plot(Figure 3B). The exemplary GSEA results (Table 1)show the significance in many important immune-related pathways, including the MAPK signaling pathway and antigen processing and presentation pathway(cluster 5vs.rest),cell cycle genes (cluster 3vs. rest), and ubiquitin-mediated proteolysis(cluster 3vs.rest).
Table 1 GSEA results on clusters from UMAP plot in Figure 3B
We also used GranatumX to analyzeTabula Murisdataset,which contains 54,865 cells from 20 organs and tissues of mouse[14].Again,we used the same pipeline as shown in Figure 3A. GranatumX offers multiple popular clustering algorithms, and for this dataset we used the Louvain algorithm.For illustration purposes,we focus on the viewing and clustering of this large graph-based clustering method implemented by Scanpy.A total of 44 clusters are assigned on the UMAP plot (Figure 3C). We also superimposed the metadata that contain tissue types for each cell on the same plot for visualization (Figure S1). The complete analysis report of this dataset is included as File S2.
Figure 3 Case studies using an exemplary workflow of GranatumXA.An exemplary workflow of a customized scRNA-seq pipeline set by the user.B.UMAP plot showing clusters on metastatic Merkel cell carcinoma data from the 10x Genomics platform[13].C.UMAP plot showing clusters of Tabula Muris Consortium data[14].PCA,principal component analysis;t-SNE,t-distributed stochastic neighbor embedding; UMAP, uniform manifold approximation and projection.
Discussion
With the ever-increasing popularity of scRNA-seq, more and more experimental biologists will adopt this technology. At the same time, new bioinformatics tools are being developed rapidly.The development of GranatumX fills in a unique niche that enables both scientific and technical advancements.It is a“common ground”that connects scRNAseq tool developers with the end-users, together for new discoveries. Domain experts can use GranatumX for the initial exploratory analysis.Additionally,with more Gboxes to be implemented on model performance metrics, GranatumX could be a vessel to enable benchmark studies to compare existing computational modules and pipelines, as well as assess the performance of a new method or pipeline relative to the existing ones.Moreover,it can also serve as the test engine to probe the source of variations in different modules, so as to optimize a pipeline for given datasets.
To demonstrate the uniqueness of GranatumX, we also compare it with other similar tools for comprehensive scRNA-seq analysis, such as SC1 [17], ASAP [10] and Single Cell Explorer [18] inTable 2.While all these tools aim for simple report and interaction with biologists,GranatumX is the only framework that supports bioinformatics developers to contribute their own plugins(Table 2).This significantly enhances the adaptability of GranatumX among the developer community. The web-tool that is closest to GranatumX is Single Cell Explorer, still with significant differences in the functionalities. Single Cell Explorer begins from raw data processing including reading mapping alignment. GranatumX is a much lighter-weight tool that starts from a cell read count table since the alignment/tag counting step is readily done by the popular Cell Ranger software of the 10x Genomics platform. Instead,GranatumX put more efforts on downstream analysis,such as gene enrichment analysis,protein-protein interaction and pseudo-time construction (Table 2). For ASAP, besides lacking modules to perform functions such as imputation,protein-protein interaction and pseudo-time construction,it also does not allow reconfiguration of the pipeline like GranatumX. SC1 lacks the flexibility and functionalities similar to ASAP and is restricted by Shiny,an R programming language-based web-interface, whereas GranatumX accepted containerized Gboxes packaged written in R, Python, or other languages.
As an inclusive and open software environment that employs other third-party tools, GranatumX has some challenges. One of them is handling the upgrade of underlying 3rd party libraries and resources.Accompanying with updated 3rd party tools which may not be tested extensively by the original developers,errors from these packages may propagate into GranatumX. To deal with this issue, we implement versioning through the use of Docker which helps to maintain system-level dependencies as well as software dependencies in a complete package. The Gbox Docker containers for this release are listed in the Table S2 with a version number of 1.0.0.New versions can update the minor and major revision numbers so that users know exactly which code is being executed for a given pipeline.The source code for the Docker containers which represent the Gboxes are stored in the corresponding GitHub repositories.For example, https://hub.docker.com/r/granatumx/gboxdifferentialexpression is stored in https://github.com/granatumx/gbox-differentialexpression. Such an endeavor provides safety and reliability in maintaining the stability of the software not just in the source of the software but in the configuration of the system required to run the computational elements. Due to its openness, GranatumX cannot prevent p-hacking or manipulating data analysis to improve the statistical significance of the desired result [19]. One way to discourage p-hacking is to suggest using standard pipeline and default parameters. If the user chooses values other than defaults, the reproducible design of GranatumX allows one to compare the outputs from the users(if they are recorded) with those from the default setting.
Table 2 Comparison on multiple user-friendly webtools
Conclusion
We present an open-source,shareable and evolvable single cell analysis tool called GranatumX.It not only enables the domain experts to independently conduct single cell analysis, but also promotes bioinformatics tool developers to contribute and develop their own single cell analysis methods through Gbox plugin setup. We hope that GranatumX will engage the single cell analysis community broadly and continuously for scientific discoveries.
Code availability
The webtool of GranatumX can be found at http://garmiregroup.org/granatumx/app. On this website, users can also find YouTube or Youku tutorial videos that demonstrate how to use GranatumX webtool. The source code for GranatumX is available at https://github.com/granatumx under MIT license.All builds are deployed via Docker Hub at https://hub.docker.com/u/granatumx.
CRediT author statement
David G.Garmire:Software,Methodology,Visualization,Writing - original draft, Writing - review & editing, Investigation, Validation, Resources, Data curation, Supervision.Xun Zhu:Conceptualization, Methodology,Software, Investigation, Formal analysis, Validation, Writing - original draft, Data curation, Visualization.Aravind Mantravadi:Software, Investigation.Qianhui Huang:Investigation, Data curation, Validation.Breck Yunits:Software, Validation, Data curation.Yu Liu:Software,Validation,Data curation.Thomas Wolfgruber:Software,Validation, Data curation.Olivier Poirion:Software, Validation, Data curation.Tianying Zhao:Software, Validation, Data curation.Cédric Arisdakessian:Software,Validation,Data curation.Stefan Stanojevic:Investigation,Validation,Writing-review&editing.Lana X.Garmire:Conceptualization, Methodology, Formal analysis, Resources,Writing-original draft,Writing-review&editing,Supervision, Project administration, Funding acquisition.All authors have read and approved the final manuscript.
Competing interests
The authors have no potential competing interests.
Acknowledgments
We thank Dr.Larry Reiter for providing valuable feedback while using GranatumX to test his single-cell dataset.This research was supported by grants from the National Institute of Environmental Health Sciences (NIEHS) through funds
provided by the trans-NIH Big Data to Knowledge(BD2K)initiative (www.bd2k.nih.gov; Grant No. K01ES025434),the National Institutes of Health / National Institute of General Medical Sciences (NIH/NIGMS; Grant No. P20 COBRE GM103457), the National Library of Medicine(NLM; Grant No. R01 LM012373), and the National Institute of Child Health and Human Development (NICHD;Grant No.R01 HD084633)awarded to LXG.Cartoon icons in Figures 1 and 2 are downloaded from https://www.flaticons.com/.
Supplementary material
Supplementary data to this article can be found online at https://doi.org/10.1016/j.gpb.2021.07.005.
ORCID
0000-0002-6913-6550 (David G.Garmire)
0000-0001-9097-7824 (Xun Zhu)
0000-0001-9217-913X (Aravind Mantravadi)
0000-0002-3292-7519 (Qianhui Huang)
0000-0001-7033-3538 (Breck Yunits)
0000-0002-8631-4347 (Yu Liu)
0000-0001-8770-1800 (Thomas Wolfgruber)
0000-0002-0429-7003 (Olivier Poirion)
0000-0002-0103-1867 (Tianying Zhao)
0000-0001-5255-0942 (Cédric Arisdakessian)
0000-0002-9692-5301 (Stefan Stanojevic)
0000-0002-4654-2126 (Lana X.Garmire)
杂志排行
Genomics,Proteomics & Bioinformatics的其它文章
- scDPN for High-throughput Single-cell CNV Detection to Uncover Clonal Evolution During HCC Recurrence
- Mapping Human Pluripotent Stem Cell-derived Erythroid Differentiation by Single-cell Transcriptome Analysis
- Single-cell Long Non-coding RNA Landscape of T Cells in Human Cancer Immunity
- Single-cell Transcriptomes Reveal Characteristics of MicroRNAs in Gene Expression Noise Reduction
- Single-cell RNA Sequencing Reveals Sexually Dimorphic Transcriptome and Type 2 Diabetes Genes in Mouse Islet β Cells
- Single-cell RNA Sequencing Reveals Thoracolumbar Vertebra Heterogeneity and Rib-genesis in Pigs