-
Notifications
You must be signed in to change notification settings - Fork 0
/
intro.qmd
17 lines (9 loc) · 1.4 KB
/
intro.qmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Introduction
[*iSEE*][bioc-isee] is a Bioconductor package designed to produce interactive web applications for the visualisation of biological assays (@fig-iSEE).
![The iSEE app interface, for an example data set.](figures/iSEE.png){#fig-iSEE}
Initiated in 2017 with single-cell RNA-sequencing in mind, [*iSEE*][bioc-isee] was designed in such a way that it naturally handles any biological assay that can be stored in a rectangular matrix of features (in rows) and samples (in columns).
What makes [*iSEE*][bioc-isee] stand out from other interactive web-application is its focus on the *SummarizedExperiment* class (@fig-SummarizedExperiment), a data structure that is widely used throughout the Bioconductor project, from bulk to single-cell experiments.
![Schematic representation of the SummarizedExperiment class (reproduced from the vignette of the [*SummarizedExperiment*][bioc-summarizedexperiment] package).](figures/SummarizedExperiment.svg){#fig-SummarizedExperiment}
The well-defined and stable *SummarizedExperiment* data structure makes it easy for [*iSEE*][bioc-isee] to automatically detect information commonly stored in dedicated components of *SummarizedExperiment* objects and display that information in a range of interactive panels, including tables and plots.
[bioc-isee]: https://bioconductor.org/packages/iSEE/
[bioc-summarizedexperiment]: https://bioconductor.org/packages/SummarizedExperiment/