readManifest          package:BeadExplorer          R Documentation

_R_e_a_d _a_n_n_o_t_a_t_i_o_n _d_a_t_a

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

     Reads gene annotation data to a 'data.frame' object

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

     readManifest(manifestFile, verbose = TRUE)

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

manifestFile: File path of Illumina manifest file

 verbose: Logical, indicating whether to output confirmation 

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

     This function reads annotation information into a 'data.frame'. 
     The manifestFile is a csv delimited text file and cound be found
     on Illumina bead mapping CD.

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

     A 'data.frame' of annotation data

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

     Gareth Elvidge gareth.elvidge@well.ox.ac.uk

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

     ## Not run: 

     man<-readManifest("d:\Bead_Set_Manifest\Human_WG-6.csv")

     #the manifest file is a local illumina manifest.csv file
     ## End(Not run)

