plot_EvG-methods           package:GGtools           R Documentation

_p_l_o_t _e_x_p_r_e_s_s_i_o_n _v_s. _g_e_n_o_t_y_p_e

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

     plot expression vs. genotype ; getAlleles is supporting
     infrastructure that may have additional uses

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


     _g_s_y_m = "_g_e_n_e_s_y_m", _r_s_n = "_r_s_N_u_m", _s_m_s = "_s_m_l_S_e_t" displays
          distributions of gene expression values for gene identified
          by 'gsym' (which must be a symbol identified in the
          [platform]SYMBOL AnnDbBimap for the  smlSet annotation)
          stratified by SNP genotype  for SNP identified by 'rsn'.

     _g_e_t_A_l_l_e_l_e_s(_s_m_s="_s_m_l_S_e_t", _r_s_n="_r_s_N_u_m") return character tokens
          describing subject-specific genotypes

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

     data(hmceuB36.2021)
     plot_EvG( genesym("CPNE1"), rsNum("rs6060535"), hmceuB36.2021 )
     getAlleles(hmceuB36.2021, rsNum("rs6060535"))[1:5]

