Skip to content

IntOMICSr: an R package for integrative analysis of multi-omics data to infer regulatory networks.

Notifications You must be signed in to change notification settings

anna-pacinkova/IntOMICSr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IntOMICSr: an R package for integrative analysis of multi-omics data to infer regulatory networks.

IntOMICSr is an efficient integrative framework based on Bayesian networks. IntOMICSr systematically analyses gene expression (GE), DNA methylation (METH), copy number variation (CNV) and biological prior knowledge (B) to infer regulatory networks. IntOMICSr complements the missing biological prior knowledge by so-called empirical biological knowledge (empB), estimated from the available experimental data. An automatically tuned MCMC algorithm (Yang and Rosenthal, 2017) estimates model parameters and the empirical biological knowledge. Conventional MCMC algorithm with additional Markov blanket resampling (MBR) step (Su and Borsuk, 2016) infers resulting regulatory network structure consisting of three types of nodes: GE nodes refer to gene expression levels, CNV nodes refer to associated copy number variations, and METH nodes refer to associated DNA methylation probe(s).

IntOMICSr takes as input:

  • gene expression matrix (required),
  • associated copy number variation matrix sampled from the same individuals (optional),
  • associated DNA methylation matrix of beta-values sampled from the same individuals (optional), and
  • the biological prior knowledge with information on known interactions among molecular features (optional, highly recommended).

The resulting regulatory network structure contains the edge weights $w_i$ representing the empirical frequency of given edge over samples of network structures from two independent MCMC simulations.

IntOMICSr framework

For further details about the IntOMICSr algorithm, its performance and benchmark analysis, see manuscript Pacinkova & Popovici, 2022.

Installation

# bioconductor install
if (!requireNamespace("BiocManager", quietly = TRUE))
    install.packages("BiocManager")
BiocManager::install("IntOMICSr")

# install the newest (development) version from GitHub
# install.packages("remotes")
remotes::install_github("anna-pacinkova/IntOMICSr")

About

IntOMICSr: an R package for integrative analysis of multi-omics data to infer regulatory networks.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages