ConstGraphMatrix           package:BNArray           R Documentation

_C_r_e_a_t_e _a_d_j_a_c_e_n_t _m_a_t_r_i_x

_D_e_s_c_r_i_p_t_i_o_n:

     Construct adjacent matrix from its corresponding network graph.

_U_s_a_g_e:

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

_A_r_g_u_m_e_n_t_s:

n.changed: the number of changed expressed genes 

  tran.h: an object return by 'heuristicEx' 

sam.tran: a data.frame containing expression data 

_D_e_t_a_i_l_s:

_V_a_l_u_e:

     An adjacent matrix constructed from 'heuristicEx' function with
     highest score.

_A_u_t_h_o_r(_s):

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

_R_e_f_e_r_e_n_c_e_s:

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

_E_x_a_m_p_l_e_s:

             ##see example in BootstrapBN function

