hclusterPlot             package:ABarray             R Documentation

_h_e_a_t_m_a_p _g_e_n_e_r_a_t_i_o_n

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

     plot clustering heatmap using correlation

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

     hclusterPlot(expr, title, dist)

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

    expr: matrix of gene expression value 

   title: the title for the plot 

    dist: whether to use correlation or distance for clustering,
          default to use Euclidean distance. Use dist = "Correlation"
          to cluster with correlation coefficient 

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

     generating heatmap using correlation as distance

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

     None. heatmap will be generated.

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

     Y Andrew Sun

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

