tkphenoData            package:tkWidgets            R Documentation

_S_i_m_p_l_e _i_n_t_e_r_f_a_c_e _t_o _e_n_t_e_r _A_n_n_o_t_a_t_e_d_D_a_t_a_F_r_a_m_e

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

     This widget provides an interface to create
     'AnnotatedDataFrame-class' instances.

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

     tkphenoData(sampleNames)

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

sampleNames: sampleNames for which we will enter phenotypic data.

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

     The function returns a list of character matrices intended to be
     used as the 'pData' and 'varLabels' slots of an instance of
     'AnnotatedDataFrame-class'.

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

     A list of two matrices 

   pData: a character matrix containing phenotypic data.

varLabels : a character vector with covariate description.

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

     Majnu John

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

     'AnnotatedDataFrame-class'

