I'm doing a study on time series data of protein phosphorylation events, and I want to use dynamic bayesian network to learn the network structure. I found your Bayes net toolbox can be helpful for my study.But I'm more familiar with R. Is there any R packages equivalent to Matlab's Bayes net toolbox, which can learn the network structure using time series data? Thank you!
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
try the following R packages to perform dynamic bayesian networks inference: http://cran.r-project.org/web/packages/G1DBN/index.html and http://cran.r-project.org/web/packages/ebdbNet/index.html enjoy! |
|||
|
|
|
I am not sure about what you call a dynamic bayesian network, but you can have a look here : http://www.bnlearn.com |
|||
|
|