HMworkflow              package:GGtools              R Documentation

_f_u_n_c_t_i_o_n _t_o _b_i_n_d _t_o_g_e_t_h_e_r
_H_a_p_M_a_p _g_e_n_o_t_y_p_i_n_g _r_e_s_u_l_t_s _a_n_d _e_x_p_r_e_s_s_i_o_n _d_a_t_a

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

     function to bind together genotyping results and expression data

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

     HMworkflow(gzfn, emat, pd, mi, anno)

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

    gzfn: path to gzipped genotyping results 

    emat: matrix of conforming expression results (colnames match some
          of those in gzfn) 

      pd: 'phenoData' instance 

      mi: 'MIAME' instance

    anno: string indicating platform, such as '"hgfocus"'

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

     builds a 'racExSet-class' instance

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

     builds a 'racExSet-class' instance

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

     Vince Carey <stvjc@channing.harvard.edu>

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

     data(chr20GGdem)
     fi = system.file("fileDemos/geno20demo.txt.gz", package="GGtools")
     HMworkflow(fi, exprs(chr20GGdem)[1:100,],
       phenoData(chr20GGdem), experimentData(chr20GGdem),
       "hgfocus")

