lpNet
This package is for version 3.9 of Bioconductor; for the stable, up-to-date release version, see lpNet.
Linear Programming Model for Network Inference
Bioconductor version: 3.9
lpNet aims at infering biological networks, in particular signaling and gene networks. For that it takes perturbation data, either steady-state or time-series, as input and generates an LP model which allows the inference of signaling networks. For parameter identification either leave-one-out cross-validation or stratified n-fold cross-validation can be used.
Author: Bettina Knapp, Marta R. A. Matos, Johanna Mazur, Lars Kaderali
Maintainer: Lars Kaderali <lars.kaderali at tu-dresden.de>
citation("lpNet")):
Installation
To install this package, start R (version "3.6") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("lpNet")
For older versions of R, please refer to the appropriate Bioconductor release.
Documentation
To view documentation for the version of this package installed in your system, start R and enter:
browseVignettes("lpNet")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.