Compiled date: 2022-04-26

Last edited: 2020-04-20

License: MIT + file LICENSE

1 Introduction

One of iSEE’s main features is the ability to share information between panels. This facilitates deeper exploration of a dataset by allowing users to visualize relationships across multiple metrics. iSEE() currently supports three modes of information sharing between panels - multiple selections, single selections and dynamic selections - which are demonstrated in this vignette using the Allen dataset processed in the previous vignette.

2 Multiple selections

2.1 Basic use

As its name suggests, this involves selecting multiple features or samples in one panel and transmitting their identities to another panel to affect the visualization. To demonstrate, we will create a small app involving a single reduced dimension plot and a column metadata plot.

library(iSEE)
app <- iSEE(sce, initial=list(
    ReducedDimensionPlot(),
    ColumnDataPlot()
))

We indicate that we want one panel to “receive” a multiple selection from another panel. This is done by specifying the selection source (for samples/columns in this case, given the nature of the two panels) and indicating that the column data plot is to receive a selection from the reduced dimension plot.

We can click-and-drag to select multiple points in the reduced dimension plot with a brush, which highlights those same points in the column data plot. This enables users to easily explore relationships between different visualizations in the iSEE() interface.

Alternatively, a single click will lay down lasso waypoints for a non-rectangular selection. Once closed, the points in the lasso will be transmitted to the column data plot.

2.2 Selection effects

Transparency is the default aesthetic effect used to distinguish points in multiple selections in receiving plots. Alternatively, we may use color:

Another option is to restrict the receiving plot so that it only shows the points in the multiple selection. This effectively “gates” the dataset on the selection in the reduced dimension plot, analogous to identification populations of interest in flow cytometry studies. Indeed, this gating process can be repeated as many times as desired; a multiple selection could made on the column data plot and transmitted to another panel, and so on. (See this mass cytometry tour for an example.)

Of course, not all receiving panels need to be plots. If we transmit a multiple selection to a column data table, the effect is to subset the rows of the table corresponding to the selected points.

As an aside, it is equally possible for a table to transmit a multiple selection to other panels. This is achieved using the search fields to subset the dataset to the desired selection.

2.3 Saving selections

In certain panels (usually plots), multiple selections can be saved to form disjoint selections. Receiving plots will respond to the union of all active and saved selections:

The saved selection history operates on a first-in-last-out basis. Upon saving, a snapshot is taken of the current “active” selection, i.e., the brush or lasso that is just created. Deletion will only operate on the last saved selection.

3 Single selections

Another mode of information sharing involves transmitting a selection of a single feature or sample. This allows users to conveniently direct other panels to focus on a feature or sample of interest. For example, we can transmit a single selection from a row data table to a reduced dimension plot, instructing the latter to color points by the expression of the chosen feature.

The same approach can be used to control what is plotted on a feature assay plot. Clicking on a different row of the table will directly change the axes (in this case, the y-axis) of the plot, allowing the user to synchronise different aspects of the iSEE() interface to whatever is currently of interest.

We can also perform single selections on sample identities. In the example below, the reduced dimension plot highlights the location of the sample chosen in the column data table. This is useful for checking the behavior of specific samples of interest, e.g., during quality control.

Furthermore, it is possible to transmit single selections from a plot using brushes or lassos. If the brush/lasso contains multiple points, one of them is arbitrarily chosen for the purposes of obtaining a single selection. Below, we select a single highly variable gene to examine its distribution of expression values across the reduced dimension plot.

4 Dynamic selections

Most panels will have an option to dynamically change the choice of transmitting panel according to the last active selection in the app. This allows users to, for example, simply brush on any plot in the app and have all participating receiving panels immediately use that selection without requiring manual resetting of the transmitter. To illustrate, let’s set up an instance with three different plots that all represent points as samples.

Notice how we have checked the dynamic source selection option in the selection parameter box for all panels. This means that, upon making a selection in any one of the plots, all of the other plots will automatically respond as if they had been manually set to receive a transmission from that plot.

The same logic applies for some parameters that respond to single selections. This allows a panel to respond to an appropriate single selection from any other panel in the interface, without requiring the user to manually set the relationship between panels. In the example below, users can easily define the y-axis of the feature assay plot from a selected row in the row data table or from a selected single point in the row data plot.

Session Info

sessionInfo()
#> R version 4.2.0 RC (2022-04-19 r82224)
#> Platform: x86_64-pc-linux-gnu (64-bit)
#> Running under: Ubuntu 20.04.4 LTS
#> 
#> Matrix products: default
#> BLAS:   /home/biocbuild/bbs-3.15-bioc/R/lib/libRblas.so
#> LAPACK: /home/biocbuild/bbs-3.15-bioc/R/lib/libRlapack.so
#> 
#> locale:
#>  [1] LC_CTYPE=en_US.UTF-8       LC_NUMERIC=C              
#>  [3] LC_TIME=en_GB              LC_COLLATE=C              
#>  [5] LC_MONETARY=en_US.UTF-8    LC_MESSAGES=en_US.UTF-8   
#>  [7] LC_PAPER=en_US.UTF-8       LC_NAME=C                 
#>  [9] LC_ADDRESS=C               LC_TELEPHONE=C            
#> [11] LC_MEASUREMENT=en_US.UTF-8 LC_IDENTIFICATION=C       
#> 
#> attached base packages:
#> [1] stats4    stats     graphics  grDevices utils     datasets  methods  
#> [8] base     
#> 
#> other attached packages:
#>  [1] TENxPBMCData_1.13.0         HDF5Array_1.24.0           
#>  [3] rhdf5_2.40.0                DelayedArray_0.22.0        
#>  [5] Matrix_1.4-1                scater_1.24.0              
#>  [7] ggplot2_3.3.5               scuttle_1.6.0              
#>  [9] scRNAseq_2.9.2              iSEE_2.8.0                 
#> [11] SingleCellExperiment_1.18.0 SummarizedExperiment_1.26.0
#> [13] Biobase_2.56.0              GenomicRanges_1.48.0       
#> [15] GenomeInfoDb_1.32.0         IRanges_2.30.0             
#> [17] S4Vectors_0.34.0            BiocGenerics_0.42.0        
#> [19] MatrixGenerics_1.8.0        matrixStats_0.62.0         
#> [21] BiocStyle_2.24.0           
#> 
#> loaded via a namespace (and not attached):
#>   [1] circlize_0.4.14               AnnotationHub_3.4.0          
#>   [3] BiocFileCache_2.4.0           igraph_1.3.1                 
#>   [5] lazyeval_0.2.2                shinydashboard_0.7.2         
#>   [7] splines_4.2.0                 BiocParallel_1.30.0          
#>   [9] digest_0.6.29                 ensembldb_2.20.0             
#>  [11] foreach_1.5.2                 htmltools_0.5.2              
#>  [13] viridis_0.6.2                 fansi_1.0.3                  
#>  [15] magrittr_2.0.3                memoise_2.0.1                
#>  [17] ScaledMatrix_1.4.0            cluster_2.1.3                
#>  [19] doParallel_1.0.17             ComplexHeatmap_2.12.0        
#>  [21] Biostrings_2.64.0             prettyunits_1.1.1            
#>  [23] colorspace_2.0-3              blob_1.2.3                   
#>  [25] rappdirs_0.3.3                ggrepel_0.9.1                
#>  [27] xfun_0.30                     dplyr_1.0.8                  
#>  [29] crayon_1.5.1                  RCurl_1.98-1.6               
#>  [31] jsonlite_1.8.0                iterators_1.0.14             
#>  [33] glue_1.6.2                    gtable_0.3.0                 
#>  [35] zlibbioc_1.42.0               XVector_0.36.0               
#>  [37] GetoptLong_1.0.5              BiocSingular_1.12.0          
#>  [39] Rhdf5lib_1.18.0               shape_1.4.6                  
#>  [41] scales_1.2.0                  DBI_1.1.2                    
#>  [43] miniUI_0.1.1.1                Rcpp_1.0.8.3                 
#>  [45] viridisLite_0.4.0             xtable_1.8-4                 
#>  [47] progress_1.2.2                clue_0.3-60                  
#>  [49] rsvd_1.0.5                    bit_4.0.4                    
#>  [51] DT_0.22                       htmlwidgets_1.5.4            
#>  [53] httr_1.4.2                    RColorBrewer_1.1-3           
#>  [55] shinyAce_0.4.1                ellipsis_0.3.2               
#>  [57] pkgconfig_2.0.3               XML_3.99-0.9                 
#>  [59] sass_0.4.1                    dbplyr_2.1.1                 
#>  [61] utf8_1.2.2                    tidyselect_1.1.2             
#>  [63] rlang_1.0.2                   later_1.3.0                  
#>  [65] AnnotationDbi_1.58.0          munsell_0.5.0                
#>  [67] BiocVersion_3.15.2            tools_4.2.0                  
#>  [69] cachem_1.0.6                  cli_3.3.0                    
#>  [71] generics_0.1.2                RSQLite_2.2.12               
#>  [73] ExperimentHub_2.4.0           rintrojs_0.3.0               
#>  [75] evaluate_0.15                 stringr_1.4.0                
#>  [77] fastmap_1.1.0                 yaml_2.3.5                   
#>  [79] knitr_1.38                    bit64_4.0.5                  
#>  [81] purrr_0.3.4                   AnnotationFilter_1.20.0      
#>  [83] KEGGREST_1.36.0               sparseMatrixStats_1.8.0      
#>  [85] nlme_3.1-157                  mime_0.12                    
#>  [87] xml2_1.3.3                    biomaRt_2.52.0               
#>  [89] compiler_4.2.0                beeswarm_0.4.0               
#>  [91] filelock_1.0.2                curl_4.3.2                   
#>  [93] png_0.1-7                     interactiveDisplayBase_1.34.0
#>  [95] tibble_3.1.6                  bslib_0.3.1                  
#>  [97] stringi_1.7.6                 highr_0.9                    
#>  [99] GenomicFeatures_1.48.0        lattice_0.20-45              
#> [101] ProtGenerics_1.28.0           shinyjs_2.1.0                
#> [103] vctrs_0.4.1                   rhdf5filters_1.8.0           
#> [105] pillar_1.7.0                  lifecycle_1.0.1              
#> [107] BiocManager_1.30.17           jquerylib_0.1.4              
#> [109] GlobalOptions_0.1.2           BiocNeighbors_1.14.0         
#> [111] irlba_2.3.5                   bitops_1.0-7                 
#> [113] rtracklayer_1.56.0            httpuv_1.6.5                 
#> [115] BiocIO_1.6.0                  R6_2.5.1                     
#> [117] bookdown_0.26                 promises_1.2.0.1             
#> [119] gridExtra_2.3                 vipor_0.4.5                  
#> [121] codetools_0.2-18              colourpicker_1.1.1           
#> [123] assertthat_0.2.1              fontawesome_0.2.2            
#> [125] rjson_0.2.21                  withr_2.5.0                  
#> [127] shinyWidgets_0.6.4            GenomicAlignments_1.32.0     
#> [129] Rsamtools_2.12.0              GenomeInfoDbData_1.2.8       
#> [131] mgcv_1.8-40                   parallel_4.2.0               
#> [133] hms_1.1.1                     beachmat_2.12.0              
#> [135] grid_4.2.0                    DelayedMatrixStats_1.18.0    
#> [137] rmarkdown_2.14                Rtsne_0.16                   
#> [139] shiny_1.7.1                   ggbeeswarm_0.6.0             
#> [141] restfulr_0.0.13