| ConstGraphMatrix {BNArray} | R Documentation |
Construct adjacent matrix from its corresponding network graph.
ConstGraphMatrix(n.changed, tran.h, sam.tran)
n.changed |
the number of changed expressed genes |
tran.h |
an object return by heuristicEx |
sam.tran |
a data.frame containing expression data |
An adjacent matrix constructed from heuristicEx function with highest score.
Xiaohui Chen cxh1984@interchange.ubc.ca,
Kaida Ning aprilnkd@hotmail.com,
Ming Chen mchen@zju.edu.cn.
Further information about BNArray can be found at:
http://www.cls.zju.edu.cn/binfo/BNArray.
##see example in BootstrapBN function