geneSet-class          package:GeneticsBase          R Documentation

_C_l_a_s_s "_g_e_n_e_S_e_t", _a _c_l_a_s_s _f_o_r _g_e_n_e_t_i_c_s _d_a_t_a

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

     A fundamental data structure for genetic data

_O_b_j_e_c_t_s _f_r_o_m _t_h_e _C_l_a_s_s:

     Objects can be created by calls of the form 'new("geneSet", ...)'.
     ~~ describe objects here ~~

_S_l_o_t_s:

     '_c_a_l_l_C_o_d_e_s': matrix of positive integers,  giving genotype calls. 
          Each row is a locus (marker);  each column is an individual
          (sample).  Each element  is a row index into a matrix in the
          list of translation  tables stored in the transTables slot. 
          Must have row  and column names.

     '_e_r_r_o_r_M_e_t_r_i_c_s': numeric matrix, parallel to the  callCodes matrix.
           Each element gives an uncertainty measure  for the
          corresponding element of the callCodes matrix.  Must  have
          row and column names.

     '_t_r_a_n_s_T_a_b_l_e_s': list of code translation tables.  The  list must
          have names.  Each component is a matrix, and must  include a
          column named "levels".

     '_m_i_s_s_i_n_g_C_o_d_e_s': list of allele missing-value codes,  parallel to
          the transTables list.  The list must have the same  names as
          the list in the transTables slot.  Each component is  a
          character vector.  Any allele symbol in component "abc" of 
          the transTables list that appears in component "abc" of the 
          missingCodes list is to be interpreted as a missing value by 
          functions operating on the geneSet object. An empty list will
          be  interpreted to mean that the data contains no missing
          values.

     '_s_a_m_p_l_e_I_n_f_o': Object of class '"data.frame"' 

     '_m_a_r_k_e_r_I_n_f_o': a dataframe, with one row for each row  in the
          callCodes matrix.  Must include columns "Name" and 
          "TransTable".  

     '_s_t_u_d_y_I_n_f_o': Object of class '"list"' ~~ 

     '_d_e_s_c_r_i_p_t_i_o_n': Object of class '"character"' ~~ 

     '_n_o_t_e_s': Object of class '"character"' ~~ 

     '_p_l_o_i_d_y': Object of class '"numeric"' ~~ 

     '_p_h_a_s_e': 1. Yes/No for all (logical scalar) 2. Yes/No for each
          Marker (logical vector) 3. phaseObject (TBD): observation by
          marker by phase probabilities + definitions of contigs +
          probability of contigs 

_M_e_t_h_o_d_s:

     _H_W_E 'signature(object = "geneSet")': Hardy-Weinberg Equilibrium
          Significance Test 

     _L_D 'signature(object = "geneSet")': ... 

     _L_D_b_a_n_d 'signature(object = "geneSet")': ... 

     _L_D_d_i_s_t 'signature(object = "geneSet")': ... 

     [ 'signature(x = "geneSet")': ... 

     [[ 'signature(x = "geneSet")': ... 

     _a_l_l_e_l_e_C_o_u_n_t 'signature(object = "geneSet")': ... 

     _a_l_l_e_l_e_L_e_v_e_l_s 'signature(object = "geneSet")': ... 

     _a_l_l_e_l_e_s 'signature(object = "geneSet")': ... 

     _c_a_l_l_C_o_d_e_s 'signature(object = "geneSet")': ... 

     _c_a_l_l_C_o_d_e_s<- 'signature(object = "geneSet")': ... 

     _c_a_r_r_i_e_r 'signature(object = "geneSet")': ... 

     _d_e_s_c_r_i_p_t_i_o_n 'signature(object = "geneSet")': ... 

     _d_e_s_c_r_i_p_t_i_o_n<- 'signature(object = "geneSet")': ... 

     _d_o_m_i_n_a_n_t 'signature(object = "geneSet")': ... 

     _e_r_r_o_r_M_e_t_r_i_c_s 'signature(object = "geneSet")': ... 

     _e_r_r_o_r_M_e_t_r_i_c_s<- 'signature(object = "geneSet")': ... 

     _g_e_n_o_t_y_p_e_L_e_v_e_l_s 'signature(object = "geneSet")': ... 

     _g_e_n_o_t_y_p_e_s 'signature(object = "geneSet")': ... 

     _h_e_a_d 'signature(x = "geneSet")': ... 

     _h_e_t_e_r_o_z_y_g_o_t_e 'signature(object = "geneSet")': ... 

     _h_o_m_o_z_y_g_o_t_e 'signature(object = "geneSet")': ... 

     _m_a_r_k_e_r_I_n_f_o 'signature(object = "geneSet")': ... 

     _m_a_r_k_e_r_I_n_f_o<- 'signature(object = "geneSet")': ... 

     _m_a_r_k_e_r_N_a_m_e_s 'signature(object = "geneSet")': ... 

     _m_i_s_s_i_n_g_C_o_d_e_s 'signature(object = "geneSet")': ... 

     _m_i_s_s_i_n_g_C_o_d_e_s<- 'signature(object = "geneSet")': ... 

     _n_a_l_l_e_l_e 'signature(object = "geneSet")': ... 

     _n_m_a_r_k_e_r 'signature(object = "geneSet")': ... 

     _n_o_b_s 'signature(x = "geneSet")': ... 

     _n_o_t_e_s 'signature(object = "geneSet")': ... 

     _n_o_t_e_s<- 'signature(object = "geneSet")': ... 

     _p_h_a_s_e 'signature(object = "geneSet")': ... 

     _p_h_a_s_e<- 'signature(object = "geneSet")': ... 

     _p_l_o_i_d_y 'signature(object = "geneSet")': ... 

     _p_l_o_i_d_y<- 'signature(object = "geneSet")': ... 

     _r_e_c_e_s_s_i_v_e 'signature(object = "geneSet")': ... 

     _s_a_m_p_l_e_I_n_f_o 'signature(object = "geneSet")': ... 

     _s_a_m_p_l_e_I_n_f_o<- 'signature(object = "geneSet")': ... 

     _s_h_o_w 'signature(object = "geneSet")': ... 

     _s_t_u_d_y_I_n_f_o 'signature(object = "geneSet")': ... 

     _s_t_u_d_y_I_n_f_o<- 'signature(object = "geneSet")': ... 

     _t_a_i_l 'signature(x = "geneSet")': ... 

     _t_r_a_n_s_T_a_b_l_e_s 'signature(object = "geneSet")': ... 

     _t_r_a_n_s_T_a_b_l_e_s<- 'signature(object = "geneSet")': ... 

_N_o_t_e:

     ~~further notes~~

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

     J.Cheng, modified by S. Chasalow, and Gregory R. Warnes
     <warnes@bst.rochester.edu>

_R_e_f_e_r_e_n_c_e_s:

     ~put references to the literature/web site here ~

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

_E_x_a_m_p_l_e_s:

     ##---- Should be DIRECTLY executable !! ----

