Integrating transcriptome and DNA methylation data using iNETgrate, an examples multiomics analysis.
19 Oct 2023�Hands-on in the Neurepiomics Course
Dr. Habil Zare, PhD
Assistant Professor at the Bigss Institute
PI of the Oncinfo Lab
2
Central dogma (20th century)
3
Omics data (21st century)
4
The true power of multiomics
5
Network analysis
Rationale: Interaction between thousands of genes in hundreds of samples can be modeled in a single network.
6
What are the nodes in the network?
Network of genes
Network of patients
7
SNFtool: Similarity network fusion
8
SNFtool: Similarity network fusion
9
Each node is a gene
Pearson correlation
10
Previous hands-on
Transcriptome (gene expression)
Gene network analysis
based on level of expression of thousands of genes
11
Pigengene (Neurepiomics 2019)
Survival analysis
12
Pigengene is on Bioconductor
if (!requireNamespace("BiocManager", quietly = TRUE))
install.packages("BiocManager")
# The following initializes usage of Bioc devel
BiocManager::install(version='devel')
BiocManager::install("Pigengene")
13
Update: integrating DNA methylation
Transcriptome (gene expression)
DNA methylation
iNETgrate:
iNETgrate
14
iNETgrate is on Bioconductor
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
# The following initializes usage of Bioc devel
BiocManager::install(version='devel')
BiocManager::install("iNETgrate")
15
Future work
?
Genomic variance
Metabolome data
Incorporate other types of data into the network analysis.