README.md

iSEE - The interactive SummarizedExperiment Explorer

GitHub issues GitHub pulls Lifecycle: stable R-CMD-check-bioc Codecov test coverage

Bioconductor release status

| Branch | R CMD check | Last updated | |:----------------:|:----------------:|:------------:| | devel | Bioconductor-devel Build Status | | | release | Bioconductor-release Build Status | |

Overview

The iSEE package provides an interactive user interface for exploring data in objects derived from the SummarizedExperiment class. Particular focus is given to single-cell data stored in the SingleCellExperiment derived class. The user interface is implemented with RStudio's Shiny, with a multi-panel setup for ease of navigation.

This initiative was proposed at the European Bioconductor Meeting in Cambridge, 2017. Current contributors include:

Figure 1. _iSEE_ uses a customisable multi-panel layout.

Installation

iSEE can be easily installed from Bioconductor using BiocManager::install():

if (!requireNamespace("BiocManager", quietly = TRUE))
    install.packages("BiocManager")
BiocManager::install("iSEE")
# or also...
BiocManager::install("iSEE", dependencies = TRUE)

Setting dependencies = TRUE should ensure that all packages, including the ones in the Suggests: field of the DESCRIPTION, are installed - this can be essential if you want to reproduce the code in the vignette, for example.

Functionalities

Click to expand the list of features available in iSEE applications.

General

Sample-level visualization

The iSEE user interface currently contains the following components where each data point represents a single biological sample:

Feature-level visualization

The iSEE user interface currently contains the following components where each data point represents a genomic feature:

Integrated visualization

The iSEE user interface contains the following components that integrate sample and feature information:

Custom panels

The iSEE API allows users to programmatically define their own plotting and table panels. See the section Extending iSEE further below.

Miscellaneous

Want to try iSEE?

We set up instances of iSEE applications running on diverse types of datasets at those addresses:

Please keep in mind that those public instances are for trial purposes only; yet they demonstrate how you or your system administrator can setup iSEE for analyzing or sharing your precomputed SummarizedExperiment/SingleCellExperiment object.

Extending iSEE

If you want to extend the functionality of iSEE, you can create custom panels which add new possibilities to interact with your data. Custom panels can be defined in independent R packages that include iSEE in the Imports: sections of their DESCRIPTION file. You can find a collection of working examples of how to do it in iSEEu. Feel free to contact the developing team, should you need some clarifications on how iSEE works internally.

Code of Conduct

Please note that the iSEE project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.



csoneson/iSEE documentation built on April 9, 2024, 3:17 p.m.