exp_calcCorrelationDist      package:explorase      R Documentation

_C_a_l_c_u_l_a_t_e _c_o_r_r_e_l_a_t_i_o_n _d_i_s_t_a_n_c_e

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

     Calculates correlation distance between 'ent' and the other
     entities across the conditions the samples (columns) in the data
     frame 'ent_data'

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

     exp_calcCorrelationDist(ent_data, ent)

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

ent_data: a data frame of experimental data, according to exploRase
          conventions

     ent: the id of an entity that is compared to the entities in
          'ent_data'

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

     Michael Lawrence <mflawren@fhcrc.org>

