data(toydata)
D <- toydata$emat # Response matrix (samples x features)
netw <- toydata$netw # Network between the features
model <- toydata$model # Pre-calculated NetResponseModel obtained with
# model <- detect.responses(D, netw)Run the code above in your browser using DataLab