make_racExSet            package:GGtools            R Documentation

_c_r_e_a_t_e _a _r_a_c_E_x_S_e_t _f_r_o_m _s_i_m_p_l_e_r _c_o_n_s_t_i_t_u_e_n_t_s

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

     create a racExSet from simpler constituents

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

     make_racExSet(exprs, racs, rarebase, SNPalleles, pd, mi, anno)

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

   exprs: matrix of processed expression values, GxN, rownames are
          reporterNames

    racs: matrix of rare allele counts, SxN, rownames are snp ids (rs
          numbers)

rarebase: character S-vector of rare base 

SNPalleles: character S-vector of strings of form "A/B" indicating
          biallelic polymorphism options

      pd: old phenoData instance

      mi: MIAME instance 

    anno: string for annotation referencing

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

     Vince Carey <stvjc@channing.harvard.edu>

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

     data(litsn)
     data(litex)
     data(pdd)
     data(rb20M)
     data(Sa20M)
     dem = make_racExSet( exprs=litex, racs=t(litsn), pd=pdd, mi=new("MIAME"),
       rarebase=rb20M, SNPalleles=Sa20M, anno="hgfocus")
     dem

