1 vissE

This package implements the vissE algorithm to summarise results of gene-set analyses. Usually, the results of a gene-set enrichment analysis (e.g using limma::fry, singscore or GSEA) consist of a long list of gene-sets. Biologists then have to search through these lists to determines emerging themes to explain the altered biological processes. This task can be labour intensive therefore we need solutions to summarise large sets of results from such analyses.

This package provides an approach to provide summaries of results from gene-set enrichment analyses. It exploits the relatedness between gene-sets and the inherent hierarchical structure that may exist in pathway databases and gene ontologies to cluster results. For each cluster of gene-sets vissE identifies, it performs text-mining to automate characterisation of biological functions and processes represented by the cluster.

An additional power of vissE is to perform a novel type of gene-set enrichment analysis based on the network of similarity between gene-sets. Given a list of genes (e.g. from a DE analysis), vissE can characterise said list by first identifying all other gene-sets that are similar to it, following up with clustering the resulting gene-sets and finally performing text-mining to reveal emerging themes.

In addition to these analyses, it provides visualisations to assist the users in understanding the results of their experiment. This document will demonstrate these functions across the two use-cases. The vissE package can be downloaded as follows:

2 Summarising the results of a gene-set enrichment analysis

Often, the results of a gene-set enrichment analysis (be it an over representation analysis of a functional class scoring approach) is a list of gene-sets that are accompanied by their statistics and p-values or false discovery rates (FDR). These results are mostly scanned through by biologists who then extract relevant themes pertaining to the experiment of interest. The approach here, vissE, will allow automated extraction of themes.

The example below can be used with the results of any enrichment analysis. The data below is simulated to demonstrate the workflow.

A vissE analysis involves 3 steps:

  1. Compute gene-set overlaps and the gene-set overlap network
  2. Identify clusters of gene-sets based on their overlap
  3. Characterise clusters using text mining
  4. (Optional) Visualise gene-level statistics

2.2 Identify clusters of gene-sets

Related gene-sets likely represent related processes. The next step is to identify clusters of gene-sets so that they can be assessed for biological themes. The specific clustering approach can be selected by the user though we recommend graph clustering approaches to use the information provided in the overlap graph. We recommend using the igraph::cluster_walktrap() algorithm as it works well with dense graphs. Many other algorithms are implemented in the igraph package and these can be used instead of the walktrap algorithm.

Instead of exploring the full network of gene-sets, the subgraph of nodes that form part of the groups can be plot. This allows for a more focused investigation into the relatedness of clusters identified using vissE.

2.3 Characterise gene-set clusters

Gene-set clusters identified can be assessed for their biological similarities using text-mining approaches. Here, we perform a frequency analysis (adjusted for using the inverse document frequency) on the gene-set names or their short descriptions to assess recurring biological themes in clusters. These results are then presented as word clouds.

2.4 Visualise gene-level statistics for gene-set clusters

Gene-level statistics for each gene-set cluster can be visualised to better understand the genes contributing to significance of gene-sets. Gene-level statistics can be passed onto the plotting function as a named vector. A jitter is applied on the x-axis (due to its discrete nature).

2.5 Visualise protein-protein interactions (PPI) in each cluster

An alternative line of evidence for a common functional role of genes are the protein-protein interactions between them. Genes involved in a biological process are likely to interact with each other to achieve the desired function. We can therefore investigate protein-protein interactions within each cluster and thus assess evidence of a common process. In vissE, this can be done by inducing the protein-protein interaction of all genes in a gene-set cluster. Furthermore, the individual nodes in the network can be mapped onto properties such as the gene-level statistic. Networks can then be filtered based on the gene-level statistic, the confidence value of each interaction and the frequency of each gene in the cluster (i.e., how many gene-sets it belongs to).

We will retrieve the PPI from the msigdb R/Bioconductor package. Setting inferred to TRUE will allow PPIs inferred from across organisms to be used in the analysis.

3 Session information

sessionInfo()
#> R version 4.2.1 (2022-06-23)
#> Platform: x86_64-pc-linux-gnu (64-bit)
#> Running under: Ubuntu 20.04.5 LTS
#> 
#> Matrix products: default
#> BLAS:   /home/biocbuild/bbs-3.16-bioc/R/lib/libRblas.so
#> LAPACK: /home/biocbuild/bbs-3.16-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] patchwork_1.1.2      ggplot2_3.3.6        igraph_1.3.5        
#>  [4] vissE_1.6.0          GSEABase_1.60.0      graph_1.76.0        
#>  [7] annotate_1.76.0      XML_3.99-0.12        AnnotationDbi_1.60.0
#> [10] IRanges_2.32.0       S4Vectors_0.36.0     Biobase_2.58.0      
#> [13] BiocGenerics_0.44.0  msigdb_1.5.0        
#> 
#> loaded via a namespace (and not attached):
#>   [1] colorspace_2.0-3              ellipsis_0.3.2               
#>   [3] qdapRegex_0.7.5               XVector_0.38.0               
#>   [5] farver_2.1.1                  graphlayouts_0.8.3           
#>   [7] scico_1.3.1                   ggwordcloud_0.5.0            
#>   [9] ggrepel_0.9.1                 bit64_4.0.5                  
#>  [11] interactiveDisplayBase_1.36.0 fansi_1.0.3                  
#>  [13] textclean_0.9.3               xml2_1.3.3                   
#>  [15] cachem_1.0.6                  knitr_1.40                   
#>  [17] polyclip_1.10-4               jsonlite_1.8.3               
#>  [19] dbplyr_2.2.1                  png_0.1-7                    
#>  [21] ggforce_0.4.1                 shiny_1.7.3                  
#>  [23] BiocManager_1.30.19           compiler_4.2.1               
#>  [25] httr_1.4.4                    Matrix_1.5-1                 
#>  [27] assertthat_0.2.1              fastmap_1.1.0                
#>  [29] cli_3.4.1                     later_1.3.0                  
#>  [31] tweenr_2.0.2                  htmltools_0.5.3              
#>  [33] tools_4.2.1                   NLP_0.2-1                    
#>  [35] gtable_0.3.1                  glue_1.6.2                   
#>  [37] GenomeInfoDbData_1.2.9        reshape2_1.4.4               
#>  [39] dplyr_1.0.10                  rappdirs_0.3.3               
#>  [41] Rcpp_1.0.9                    slam_0.1-50                  
#>  [43] lexicon_1.2.1                 jquerylib_0.1.4              
#>  [45] vctrs_0.5.0                   Biostrings_2.66.0            
#>  [47] ExperimentHub_2.6.0           ggraph_2.1.0                 
#>  [49] xfun_0.34                     stringr_1.4.1                
#>  [51] textstem_0.1.4                mime_0.12                    
#>  [53] lifecycle_1.0.3               org.Hs.eg.db_3.16.0          
#>  [55] AnnotationHub_3.6.0           zlibbioc_1.44.0              
#>  [57] MASS_7.3-58.1                 scales_1.2.1                 
#>  [59] tidygraph_1.2.2               BiocStyle_2.26.0             
#>  [61] promises_1.2.0.1              parallel_4.2.1               
#>  [63] RColorBrewer_1.1-3            yaml_2.3.6                   
#>  [65] curl_4.3.3                    memoise_2.0.1                
#>  [67] gridExtra_2.3                 sass_0.4.2                   
#>  [69] stringi_1.7.8                 RSQLite_2.2.18               
#>  [71] BiocVersion_3.16.0            highr_0.9                    
#>  [73] filelock_1.0.2                sylly.en_0.1-3               
#>  [75] GenomeInfoDb_1.34.0           rlang_1.0.6                  
#>  [77] pkgconfig_2.0.3               bitops_1.0-7                 
#>  [79] lattice_0.20-45               evaluate_0.17                
#>  [81] koRpus.lang.en_0.1-4          purrr_0.3.5                  
#>  [83] labeling_0.4.2                bit_4.0.4                    
#>  [85] tidyselect_1.2.0              plyr_1.8.7                   
#>  [87] magrittr_2.0.3                R6_2.5.1                     
#>  [89] generics_0.1.3                DBI_1.1.3                    
#>  [91] pillar_1.8.1                  withr_2.5.0                  
#>  [93] prettydoc_0.4.1               KEGGREST_1.38.0              
#>  [95] RCurl_1.98-1.9                textshape_1.7.3              
#>  [97] tibble_3.1.8                  crayon_1.5.2                 
#>  [99] utf8_1.2.2                    sylly_0.1-6                  
#> [101] BiocFileCache_2.6.0           rmarkdown_2.17               
#> [103] koRpus_0.13-8                 viridis_0.6.2                
#> [105] syuzhet_1.0.6                 grid_4.2.1                   
#> [107] data.table_1.14.4             blob_1.2.3                   
#> [109] digest_0.6.30                 xtable_1.8-4                 
#> [111] tm_0.7-9                      tidyr_1.2.1                  
#> [113] httpuv_1.6.6                  munsell_0.5.0                
#> [115] viridisLite_0.4.1             bslib_0.4.0