
Last chance! 50% off unlimited learning
Sale ends in
GeneClusterBIC(mExpression, times, G = c(1:15), orderLOP)
Wang, Y., Berceli, S. A., Garbey, M. and Wu, R. (2016). Inference of gene regulatory network through adaptive dynamic Beyesian networm modeling. Technical Report.
# load the package
library(GeneClusterNet)
set.seed(1234)
data(mExpression)
Sample=mExpression[sample(1:nrow(mExpression),50,replace=FALSE),]
GeneClusterBIC(Sample, times=c(1:18), G=c(1:5), orderLOP=5)
Run the code above in your browser using DataLab