How to interpret Bayesian network for selected genes
1
1
Entering edit mode
7.5 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)

enter image description here

Thanks

gene gene network bayesian network • 2.3k views
ADD COMMENT
0
Entering edit mode
6.0 years ago

Hey, I am currently doing a project for a class (probabilistic modeling) and would love to do bayesian network on gene expression. Would you be so kind as to send me your data of the 50 genes please? THANK YOU SO MUCH!

ADD COMMENT
0
Entering edit mode

hello, how can I learn the probabilistic modeling of gene expression? Thank you!

ADD REPLY

Login before adding your answer.

Traffic: 2015 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6