iSEE: Interactive visualization of SummarizedExperiment objects
January 11, 2020 ยท View on GitHub
Instructor(s) name(s) and contact information
- Kevin Rue-Albrecht (kevin.rue-albrecht@kennedy.ox.ac.uk)
- Charlotte Soneson (charlotte.soneson@fmi.ch)
Workshop Description
This workshop demonstrates the use of the iSEE package to create and configure interactive applications for the exploration of various types of genomics data sets (e.g., bulk and single-cell RNA-seq, CyTOF, gene expression microarray).
This workshop will be presented as a lab session that combines an instructor-led live demo, followed by hands-on experimentation guided by completely worked examples and stand-alone notes that participants may continue to use after the workshop.
The instructor-led live demo comprises three parts:
- Brief lecture on the package concept and functionality
- Overview of the graphical user interface
- Instructions to preconfigure iSEE apps
The hands-on lab comprises three part:
- Inspection of single-cell RNA-seq data at various steps of a typical computational workflow, including quality control and dimensionality reduction
- Addition of custom panels to the user interface for advanced visualization.
- Additional questions from the participants, including individual use cases and suggestions for future developments
Participants are encouraged to ask questions at any time during the workshop.
Pre-requisites
- Basic knowledge of R syntax and the use of data-frames
- Familiarity with the
SummarizedExperimentandSingleCellExperimentclasses - Familiarity with the shiny CRAN package
- Familiarity with the scRNAseq package and vignette
Additional background reading about the programming environment, relevant packages, and example use cases:
- Shiny from RStudio: https://shiny.rstudio.com
- SummarizedExperiment paper: https://www.nature.com/articles/nmeth.3252 (Figure 2)
- iSEE paper: https://f1000research.com/articles/7-741/v1
Workshop Participation
Students will participate by following along an R markdown document, and asking questions throughout the workshop. There is also scope for participants to apply iSEE to their own data sets, and fuel the discussion with more questions about specific use cases.
R / Bioconductor packages used
- iSEE : https://bioconductor.org/packages/iSEE
- SummarizedExperiment: https://bioconductor.org/packages/SummarizedExperiment
- SingleCellExperiment: https://bioconductor.org/packages/SingleCellExperiment
- scater: https://bioconductor.org/packages/scater
- scran: https://bioconductor.org/packages/scran
Time outline
| Activity | Time |
|---|---|
| Lecture: Overview of package and concepts | 15m |
| Live demo: the user interface | 15m |
| Lab: Configuring the app interface | 20m |
| Lab: A single-cell RNA-seq workflow | 20m |
| Lab: Custom panels | 20m |
| Additional questions | 15m |
Total: 1h45
Workshop goals and objectives
Learning goals
- Recognize the benefits of integrative data containers such as
SummarizedExperimentandSingleCellExperimentfor downstream analyses and visualization - Outline the unique features of iSEE built upon the RStudio Shiny framework
- Identify biological data that may be combined into insightful graphical outputs
- Utilize interactive GUI components and layouts to efficiently extract information from biological data sets
- Describe how to construct interactive apps and custom panels
Learning objectives
- Memorize the key information available in
SummarizedExperimentandSingleCellExperimentobjects - Set up a local environment for running iSEE apps
- Interact with components of the iSEE user interface to visually inspect and discuss various data sets
- Identify and locate configurable aspects of iSEE apps
- Practice interactive visualization over a single-cell RNA-sequencing workflow
- Design custom iSEE panels for advanced use cases
- Imagine use cases and future developments for interactive visualization as part of computational workflows