standard.pearson package:simpleaffy R Documentation _A _c_l_u_s_t_e_r_i_n_g _f_u_n_c_t_i_o_n _b_a_s_e_d _o_n _p_e_a_r_s_o_n _c_o_r_r_e_l_a_t_i_o_n _D_e_s_c_r_i_p_t_i_o_n: Given a matrix of values, uses hclust and cor to generate a clustering based on 1-Pearson correlation _U_s_a_g_e: standard.pearson(x) _A_r_g_u_m_e_n_t_s: x: A matrix of data _V_a_l_u_e: The result of performing an hclust _A_u_t_h_o_r(_s): Crispin J Miller _S_e_e _A_l_s_o: 'hmap' 'hmap.eset' 'hmap.pc' _E_x_a_m_p_l_e_s: ## Not run: y <- standard.pearson(x) ## End(Not run)