readcontrolCode         package:arrayQuality         R Documentation

_C_o_n_t_r_o_l _s_t_a_t_u_s _i_n_f_o_r_m_a_t_i_o_n

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

     This component reads spot type information from a tab delimited
     text file to a matrix.

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

     readcontrolCode(file = "SpotTypes.txt", path = NULL, sep = "\t", check.names = FALSE, controlId=c("ID", "Name"), ...) 

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

    file: Character string giving the name of the file specifying the
          spot types.

    path: Character string giving the directory containing the file.
          Can be omitted if the file is in the current working
          directory.

     sep: the field separator character.

check.names: Logical, if 'FALSE' column names will not be converted to
          valid variable names, for example spaces in column names will
          not be left as is.

controlId: Character string. Name of the column of the gpr file used to
          define controls.

     ...: additional arguments

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

     A 2 column matrix named controlCode.

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

     Jean Yee Hwa Yang, Agnes Paquet

