mararie/lionessR: Modeling networks for individual samples using LIONESS

LIONESS, or Linear Interpolation to Obtain Network Estimates for Single Samples, can be used to reconstruct single-sample networks (https://arxiv.org/abs/1505.06440). This code implements the LIONESS equation in the lioness function in R to reconstruct single-sample networks. The default network reconstruction method we use is based on Pearson correlation. However, lionessR can run on any network reconstruction algorithms that returns a complete, weighted adjacency matrix. lionessR works for both unipartite and bipartite networks.

Getting started

Package details

AuthorMarieke Lydia Kuijjer
MaintainerMarieke Lydia Kuijjer <marieke.kuijjer@ncmm.uio.no>
LicenseMIT
Version1.0
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("mararie/lionessR")
mararie/lionessR documentation built on April 7, 2020, 3:18 p.m.