aafTableInt             package:annaffy             R Documentation

_C_o_n_s_t_r_u_c_t_o_r _f_o_r _a_a_f_T_a_b_l_e _o_b_j_e_c_t_s _f_r_o_m _E_x_p_r_e_s_s_i_o_n_S_e_t_s

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

     Constructs an 'aafTable' object containing expression values given
     an ExpressionSet.

     In the resulting HTML table, the expression values will have
     backgrounds with varying intensities of green depending on the
     expression measure.

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

     aafTableInt(exprSet, colnames = sampleNames(exprSet), 
                 probeids = featureNames(exprSet))

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

 exprSet: object of class 'ExpressionSet'

colnames: character vector of column names

probeids: character vector of probe ids associated with each row

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

     An 'aafTable' object.

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

     Colin A. Smith, annaffy@colinsmith.org

_S_e_e _A_l_s_o:

     aafTable-class, aafIntensity

