Skip to content

[R--gR] Bayesian network package

3 messages · Alberto Goldoni, Claus Dethlefsen, Weiwei Shi

#
Hi to everybody,

	I'm using bayesian approach in order to analyse microarray data
too.
But I have seen only DBNs (dynamic Bayesian networks) on matlab
(BNTstructure is the name of the package) and I suppose there are the
same package on R but I wanna apply BN (Bayesian network) too. My
question is:
There are specific package for R in order to apply only BNs and not
DBNs.

Dr Alberto Goldoni

Medical Genetics Unit

S. Orsola-Malpighi Hospital

Via Massarenti n.9, Pad 11

40100 Bologna, Italy

Mobile Phone: +39-338-4145970

Fax: +39-051-636-4004

alberto.goldoni at eurogene.org

www.eurogene.org

www.lagem.it
2 days later
#
Dear Alberto

You can checkout the R-package 'deal'
R> install.packages("deal",depend=TRUE)

and then check one of the demo's:

R> library(deal)
R> demo(ksl)

In addition, you might want to look at the Bioconductor-project:
www.bioconductor.org

Best regards,

Claus

___________________________________
Claus Dethlefsen, Msc, PhD Statistiker
ved Kardiovaskul?rt Forskningscenter

Forskningens Hus
Aalborg Sygehus
Sdr. Skovvej 15
9000 Aalborg
email: aas.claus.dethlefsen at nja.dk
On Thu, 22 Sep 2005, Alberto Goldoni wrote:

            
1 day later