matchprobes2Probes        package:splicegear        R Documentation

_c_r_e_a_t_e _P_r_o_b_e_s _o_b_j_e_c_t _f_r_o_m _m_a_t_c_h_p_r_o_b_e_s _r_e_s_u_l_t_s

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

     Create Probes object from results the results of the function
     matchprobes (in the package 'matchprobes').

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

     matchprobes2Probes(mpo, probes.length, names = NULL)

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

     mpo: 'Probes-class' object

probes.length: Length for the probes (see details). 

   names: names for the elements in the list returned.

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

     Currently only probes of unique length are assumed. In the case of
     Affymetrix chips, 25 base pairs is the value you probably want.

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

     A 'list' of 'Probes-class' objects.

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

     http://www.cbs.dtu.dk/laurent/download/splicegear/

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

     'Probes-class', the package 'matchprobes'

