Entering edit mode
8.1 years ago
Mike
★
1.9k
Hi All,
I constructed Bayesian network in R for 50 genes using 400 samples. Could you please help me how to interpret netwrok? I am not clear about arrow direction and number of arrow in network.
Please have a look on example network.
This is my R code:
library("bnlearn")
library("Rgraphviz")
bndf <- data.frame(expmat)
res <- hc(bndf)
plot(res)
Thanks
hello, how can I learn the probabilistic modeling of gene expression? Thank you!