class: center, middle, inverse, title-slide # Interactive And Collaborative Exploration Of Large-Scale Transcriptomics Data With
## CCB talk 2021 ###
kevinrue
KevinRUE67
kevin-rue-albrecht
### Kevin Rue-Albrecht, Sims Group ### 2021-11-05 --- 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%"><a href="https://kevinrue.github.io">Kevin</a></td> <td align='center' width="25%"><a href="https://csoneson.github.io">Charlotte</a></td> <td align='center' width="25%"><a href="https://federicomarini.github.io">Federico</a></td> <td align='center' width="25%"><a href="https://orcid.org/0000-0002-3564-4813">Aaron</a></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> ] --- # Other projects & commitments - [OBDS Training Programme](https://www.imm.ox.ac.uk/research/units-and-centres/mrc-wimm-centre-for-computational-biology/training/oxford-biomedical-data-science-training-programme) - Software development & maintenance + <a href="https://github.com/kevinrue/velociraptor"> <img src="img/velociraptor-sticker.png" alt="logo" style="vertical-align:middle" height="80px"> </a> <a href="https://github.com/iSEE/iSEEu"> <img src="img/iseeu-sticker.png" alt="logo" style="vertical-align:middle" height="80px"> </a> <a href="https://github.com/iSEE/iSEE"> <img src="img/isee-sticker.png" alt="logo" style="vertical-align:middle" height="80px"> </a> <a href="https://github.com/kevinrue/TVTB"> <img src="img/tvtb-sticker.png" alt="logo" style="vertical-align:middle" height="80px"> </a> <a href="https://github.com/kevinrue/GOexpress"> <img src="img/goexpress-sticker.png" alt="logo" style="vertical-align:middle" height="80px"> </a> + [CapCruncher](https://github.com/sims-lab/CapCruncher): Analysis software for Capture-C, Tri-C and Tiled-C data - Member of the [Biocondutor Community Advisory Board](http://www.bioconductor.org/about/community-advisory-board/) + Multilingual Code of Conduct: <https://github.com/kevinrue/bioc_coc_multilingual> + Education Committe - The Carpentries lesson development: [The Bioconductor project](https://github.com/carpentries-incubator/bioc-project) + Online book: [Bioconductor Packages: Development, Maintenance, and Peer Review](http://contributions.bioconductor.org/) + Online materials: [Bioconductor Guidelines for Mentors and Mentees](https://kevinrue.github.io/bioc-mentorship-docs/) - Conference talk: [NextGen Omics UK 2021](https://www.oxfordglobal.co.uk/nextgen-omics-series-uk/) (November 4-5 & 8, 2021)