clareli9/rlobico: R-LOBICO: An R Package for Building Logical Models

This package applies LOBICO model to large and complex datasets, formulates the logic mapping as an integer linear programming problem (ILP), and uses the advanced ILP solvers (IBM ILOG Cplex) to find the optimal mapping. The package is developed using R and C++, where the logic mapping formulation and Cplex Solver are implemented as separate files by C++ for performance gain and R functions are used as wrappers to call the C++ functions in the package. The speed performance of our open source package is optimized by tuning relevant parameters of Cplex Solver, which leads to a better performance than the standard Matlab package.

Getting started

Package details

AuthorBo Li
MaintainerBo Li <li1033889482@gmail.com>
LicenseMIT + file LICENSE
Version0.1.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("clareli9/rlobico")
clareli9/rlobico documentation built on May 21, 2019, 1:42 a.m.