ConstGraphMatrix {BNArray}R Documentation

Create adjacent matrix

Description

Construct adjacent matrix from its corresponding network graph.

Usage

ConstGraphMatrix(n.changed, tran.h, sam.tran)

Arguments

n.changed the number of changed expressed genes
tran.h an object return by heuristicEx
sam.tran a data.frame containing expression data

Details

Value

An adjacent matrix constructed from heuristicEx function with highest score.

Author(s)

Xiaohui Chen cxh1984@interchange.ubc.ca,
Kaida Ning aprilnkd@hotmail.com,
Ming Chen mchen@zju.edu.cn.

References

Further information about BNArray can be found at:
http://www.cls.zju.edu.cn/binfo/BNArray.

Examples

        ##see example in BootstrapBN function

[Package BNArray version 1.0 Index]