getProbeInfo               package:xps               R Documentation

_G_e_t _P_r_o_b_e _I_n_f_o_r_m_a_t_i_o_n

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

     Get GeneChip probe information from root scheme file.

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

     getProbeInfo(rootfile)

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

rootfile: name of ROOT scheme file, including full path.

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

     Extracts GeneChip probe information directly from 'ROOT' scheme
     file 'rootfile'.

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

     a 'list' with parameters: 

  nrows : physical number of rows in the array.

  ncols : physical number of columns in the array.

nprobes : number of probes on the array.

ncontrols : number of controls on the array.

 ngenes : number of genes on the array.

 nunits : number of units on the array.

nprobesets : umber of probesets on the array.

  naffx : number of AFFX controls on the array.

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

     Christian Stratowa

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

     getProbeInfo(paste(.path.package("xps"),"schemes/SchemeTest3.root",sep="/"))

