class: center, middle, inverse, title-slide # Interactive And Collaborative Exploration Of Large-Scale Transcriptomics Data With
## NextGen Omics UK 2021 ###
kevinrue
KevinRUE67
kevin-rue-albrecht
### Kevin Rue-Albrecht, University of Oxford ### 2021-11-08 --- layout: true <div class="my-header"><a href="https://bioconductor.org/packages/iSEE/"><img src="img/isee-sticker.png" alt="logo" align="right" height="100%"></a></div> <div class="my-footer"><span> Interactive And Collaborative Exploration Of Large-Scale Transcriptomics Data With iSEE </span></div> --- # iSEE ![](img/pbmc3k-prettified.png)<!-- --> --- #
Winners of the 1st RStudio Shiny Contest <img src="img/shiny-contest.png" height="300px" style="display: block; margin: auto;" /> .center[ _"Most technically impressive"_ ] .footnote[ Read more: <https://blog.rstudio.com/2019/04/05/first-shiny-contest-winners/> ] --- # <i class="fas fa-users"></i> Team effort <br/> <table> <tr> <td width="25%"><a href="https://kevinrue.github.io"><img src="img/kevin-rue.jpeg"></a></td> <td width="25%"><a href="https://csoneson.github.io"><img src="img/charlotte-soneson.png"></a></td> <td width="25%"><a href="https://federicomarini.github.io"><img src="img/federico-marini.png"></a></td> <td width="25%"><a href="https://orcid.org/0000-0002-3564-4813"><img src="img/aaron-lun.png"></a></td> </tr> <tr> <td align='center' width="25%">Kevin</td> <td align='center' width="25%">Charlotte</td> <td align='center' width="25%">Federico</td> <td align='center' width="25%">Aaron</td> </tr> </table> .center[ <a href="https://bioconductor.org/"> <img src="img/bioconductor-sticker.png" alt="iSEE" height="200px"> </a> <a href="https://bioconductor.github.io/EuroBioc2017/"> <img src="img/EuroBioc2017-sticker.png" alt="iSEE" height="200px"> </a> ] --- # Bioconductor .pull-left[ ## Release 3.13 (April 2021) - 2042 software packages - 406 experiment data packages - 965 annotation packages - 29 workflows <https://bioconductor.org/> .center[ <img src="img/bioconductor-sticker.png" alt="iSEE" height="200px"> ] ] .pull-right[ <img src="img/osca.fig3.workflow.png" height="450px" /> .small-p[ [Orchestrating single-cell analysis with Bioconductor](https://doi.org/10.1038/s41592-019-0700-8) <a name=cite-amezquita2020osca></a>([Amezquita, Lun, Becht, et al., 2020](https://www.ncbi.nlm.nih.gov/pubmed/31792435)) ] ] --- # SingleCellExperiment ![](img/osca.fig2.sce.png)<!-- --> .small-p[ [Orchestrating single-cell analysis with Bioconductor](https://doi.org/10.1038/s41592-019-0700-8) ([Amezquita, Lun, Becht, et al., 2020](https://www.ncbi.nlm.nih.gov/pubmed/31792435)) ] --- # SingleCellExperiment & iSEE <img src="img/osca-sce-isee.png" height="500px" style="display: block; margin: auto;" /> --- # Parameter boxes ![](img/pbmc3k-parametes-boxes.png)<!-- --> --- # Transmitted selections ![](img/pbmc3k-selection.png)<!-- --> --- # Code tracker ![](img/pbmc3k-code-tracker.png)<!-- --> --- # Panel settings ![](img/pbmc3k-panel-settings.png)<!-- --> --- # Preconfigured applications .pull-left[ ## Define the initial state ```r initial <- list( ReducedDimensionPlot( PanelWidth = 6L, Type = "TSNE", ColorByColumnData = "Cluster" ) ) ``` ] .pull-right[ ## Alternatively Use the panel settings exported from a past session. ] ## Configure the app and launch! ```r app <- iSEE(pbmc3k, initial = initial) shiny::runApp(app) ``` --- # Guided tours ![](img/allen-tour.png)<!-- --> --- # Developing new panels ![](img/panel-classes.png)<!-- --> .right[ `AggregatedDotPlot`, `DynamicMarkerTable`, `DynamicReducedDimensionPlot`, ... <a href="https://bioconductor.org/packages/iSEEu/"> <img src="img/iseeu-sticker.png" alt="logo" style="vertical-align:middle" height="80px"> </a> ] --- # Custom landing pages ![](img/landing-page.png)<!-- --> --- # More - Not only single-cell transcriptomics, but any rectangular experimental data set, e.g. + bulk assays (e.g., RNA-seq, ChIP-seq) + microarray + flow cytometry + ... <br/> - Voice recognition, with `iSEE(..., voice = TRUE)` <br/> - Online book [Extending iSEE](https://isee.github.io/iSEE-book/) --- # References .small-text[ <a name=bib-amezquita2020osca></a>[Amezquita, R. A., A. T. L. Lun, E. Becht, et al.](#cite-amezquita2020osca) (2020). "Orchestrating single-cell analysis with Bioconductor". In: _Nat Methods_ 17.2, pp. 137-145. ISSN: 1548-7105 (Electronic) 1548-7091 (Linking). DOI: [10.1038/s41592-019-0654-x](https://doi.org/10.1038%2Fs41592-019-0654-x). URL: [https://www.ncbi.nlm.nih.gov/pubmed/31792435](https://www.ncbi.nlm.nih.gov/pubmed/31792435). <a name=bib-rue2018isee></a>[Rue-Albrecht, K., F. Marini, C. Soneson, et al.](#cite-rue2018isee) (2018). "iSEE: Interactive SummarizedExperiment Explorer". In: _F1000Res_ 7, p. 741. ISSN: 2046-1402 (Print) 2046-1402 (Linking). DOI: [10.12688/f1000research.14966.1](https://doi.org/10.12688%2Ff1000research.14966.1). URL: [https://www.ncbi.nlm.nih.gov/pubmed/30002819](https://www.ncbi.nlm.nih.gov/pubmed/30002819). ] .center[ <a href="https://bioconductor.org/packages/iSEE/"> <img src="img/isee-sticker.png" alt="logo" style="vertical-align:middle" height="80px"> </a> ] --- # Contact .pull-left[ .center[ <img src="img/kevinrue-sticker.png" alt="Kevin Rue-Albrecht" height="100px"> ]
[kevinrue](https://kevinrue.github.io)
[KevinRUE67](https://twitter.com/KevinRUE67)
[kevin-rue-albrecht](https://www.linkedin.com/in/kevin-rue-albrecht/) ] .pull-right[ .center[ <a href="https://bioconductor.org/packages/iSEE/"> <img src="img/isee-sticker.png" alt="iSEE" height="100px"> </a> ]
The [#isee](https://community-bioc.slack.com/archives/C8BJLSP8T) channel of the Bioconductor Slack workspace. Join [here](https://bioc-community.herokuapp.com/)!
The iSEE GitHub organization at <https://github.com/iSEE> ] <br/> <br/> <br/> <br/> <br/> <br/> .center[ This presentation on GitHub at <https://kevinrue.github.io/xaringan_nextgen_omics_2021/> ]