Knowledge guided multi-level network inference.
Tutorial can be found https://cellmapslab.github.io/kimono/
KiMONo is a network inference tool for multi-omics datasets. The multi-omics network is calculated by sparse-group-LASSO regression and can incorporate prior biological information using protein-protein Interactions.
You can either install KiMONo locally by cloning the repository or using the devtools package.
In your terminal change the working directory to the location you want to install KiMONo
Clone the repository:
git clone https://github.com/cellmapslab/kimono.git
install.packages("yourpath/kimono/", repos = NULL, type = "source")
library(kimono)
install.packages("devtools")
library(devtools)
install_github("cellmapslab/kimono")
library(kimono)
CentOS needs a different version of RcppArmadillo(https://www.gitmemory.com/RcppCore) -> install.packages("RcppArmadillo", repos="https://rcppcore.github.io/drat")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.