exp_showClustering         package:explorase         R Documentation

_S_h_o_w _a _h_i_e_r_a_r_c_h_i_c_a_l _c_l_u_s_t_e_r_i_n_g

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

     Shows a hierarchical clustering using the "GGobi" dendrogram
     viewer.

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

     exp_showClustering(ids, data, clustering)

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

     ids: The ids of the entities that were clustered

    data: The experimental data that was clustered

clustering: the clustering, as returned by hclust()

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

     Michael Lawrence <mflawren@fhcrc.org>

