Skip to content

Discover regulatory relationships for multi-omics data using regression models

Notifications You must be signed in to change notification settings

BiostatOmics/MORE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MORE

MORE (Multi-Omics REgulation) is an R package for the application of Partial Least Squares (PLS) or Multiple Linear Regression (MLR) models with Elastic Net or Iterative Sparse Group Lasso (ISGL) regularizations to multi-omics data. The MORE method applies MLRs or PLS to model a target omic expression as a function of experimental variables, such as diseases or treatments, and the potential regulators of that given target feature. The aim is to obtain specific candidate regulators for the biological system under study.

Installing

Currently, the package can be installed directly from GitHub using the devtools R package:

install.packages("devtools")
devtools::install_github("BiostatOmics/MORE")

Before installation, it might be necessary to install the required dependencies:

  • glmnet
  • igraph
  • MASS
  • psych
  • car
  • ltm
  • ropls

Usage

You can find the User Guide for the package in the vignettes folder or access it directly here.

About

Discover regulatory relationships for multi-omics data using regression models

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages