menchelab / MultiOme

Network-based project to explore gene connectivity through biological scales

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Network analysis reveals rare disease signatures across multiple levels of biological organization

Supplementary codes, reproducible walk-through reports, and Shiny app complementing Buphamalai. et.al.

This repository

The structue of the project Github repo is as described below:

menchelab/Multiome/
├── Explorer ----> Shiny application for disease modularity inspection
├── data --------> Data used in the analyses
├── functions ---> Common functions called in main analyses
├── report ------> Reproducible, walkthrough, R-markdown powered report
├── source ------> Main analysis files
├── cache -------> Pre-computed results for heavier tasks. Must be downloaded (see link below) 
└── .gitignore

The Explorer

The Explorer is a Shiny app made for exploring results included in the manuscript in details, and can be used as additional resources for investigating gene connectivity of a disease of interest. Overview

Differential Modularity

Differential Modularity

Disease-Network Landscape

Disease-Network Landscape

Detailed Inspection

Detailed Inspection

The Explorer can be launched via http://menchelab.com/MultiOmeExplorer

The Reproducible Walkthrough Guides

This supplementary report is aimed to be a reproducible walk-through guide for figures and analyses complementing the manuscript: Buphamalai et.al., Network analysis reveals rare disease signatures across multiple levels of biological organization, submitted to Nature Communications. (Almost) all of the figures and analyses can be reproduced via walk-through reports organized in the same order as the manuscript in RMarkdown format, and can be found in report/ folder.

Please find the following guidelines:

  1. The appearance of sections in this document is at the same order as in the manuscript, and can be navigated using the Table of Content (ToC) appeared on the top left corner of this document, with subsections corresponding to exact figures/statistics
  2. The corresponding code chunks to each figures/analyses are provided above the output, and are hidden by default. To expand each code chunk, click Show code.
  3. This report mainly contains visualization and post-processing of major analyses. Heavier computations were pre-computed, and corresponding R, sh, or py scripts required for each analysis are mentioned for each section. These files are available in /source folder.
  4. The pre-computed results are saved in ./cache folder and can be downloaded from: link. Unzip the folder under the main directory (./cache).
  5. The corresponding Rmd files used to produce this report can be found in /report folder.

Session information

Analyses were conducted using the R Statistical language (version 3.6.3; R Core Team, 2020) on macOS 10.16, using the packages voronoiTreemap (version 0.2.1; Alexander Kowarik et al., 2021), cowplot (version 1.1.1; Claus Wilke, 2020), igraph (version 1.2.6; Csardi G, Nepusz T: The igraph software package for complex network research, InterJournal, Complex Systems 1695. 2006. https://igraph.org), RColorBrewer (version 1.1.2; Erich Neuwirth, 2014), ggplot2 (version 3.3.3; Wickham. ggplot2: Elegant Graphics for Data Analysis. Springer-Verlag New York, 2016.), stringr (version 1.4.0; Hadley Wickham, 2019), tidyr (version 1.1.2; Hadley Wickham, 2020), forcats (version 0.5.1; Hadley Wickham, 2021), scales (version 1.1.1; Hadley Wickham and Dana Seidel, 2020), readr (version 1.4.0; Hadley Wickham and Jim Hester, 2020), dplyr (version 1.0.4; Hadley Wickham et al., 2021), ggforestplot (version 0.1.0; Ilari Scheinin et al., 2021), rmarkdown (version 2.7; JJ Allaire and Yihui Xie and Jonathan McPherson and Javier Luraschi and Kevin Ushey and Aron Atkins and Hadley Wickham and Joe Cheng and Winston Chang and Richard Iannone, 2021), ggrepel (version 0.9.1; Kamil Slowikowski, 2021), tibble (version 3.1.0; Kirill Müller and Hadley Wickham, 2021), purrr (version 0.3.4; Lionel Henry and Hadley Wickham, 2020), report (version 0.3.0; Makowski et al., 2020), treemap (version 2.4.2; Martijn Tennekes, 2017), ggstatsplot (version 0.7.0; Patil, 2018), pacman (version 0.5.1; Rinker et al., 2017), ggraph (version 2.0.4; Thomas Lin Pedersen, 2020), patchwork (version 1.1.1; Thomas Lin Pedersen, 2020), tidygraph (version 1.2.0; Thomas Lin Pedersen, 2020), MASS (version 7.3.53; Venables et al., 2002), tidyverse (version 1.3.0; Wickham et al., 2019), pROC (version 1.17.0.1; Xavier Robin et al., 2011) and knitr (version 1.31; Yihui Xie, 2021).

References

The reference list of softwares listed above can also be found here.

System requirements

Heavier computing tasks were pre-computing on a cluster and stored as cache, available for download in the link listed in the previous section. With pre-computed cached data, the Report should be executed in a local machine (quad-core CPU, 8GB RAM) within 5 minutes. A minimum storage space of ~2.5GB is required.

About

Network-based project to explore gene connectivity through biological scales

License:MIT License


Languages

Language:HTML 99.1%Language:R 0.9%Language:Dockerfile 0.0%Language:Shell 0.0%