This package is the R implementation of matlab code of Network Deconvolution algorithm.
You can install the released version of NetworkDeconvolution with:
devtools::install_github("https://github.com/luyiyun/Network-Deconvolution")
This is a basic example which shows you how to solve a common problem:
library(NetworkDeconvolution)
ND(net)
ND_regulatory(net)