produceGEOSampleInfoTemplate      package:lumi      R Documentation

_P_r_o_d_u_c_e _t_h_e _t_e_m_p_l_a_t_e _o_f _G_E_O _s_a_m_p_l_e _i_n_f_o_r_m_a_t_i_o_n

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

     Produce the template of GEO sample information, which is used for
     function 'produceGEOSubmissionFile'.

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

     produceGEOSampleInfoTemplate(lumiNormalized, lib.mapping = NULL, fileName = "GEOsampleInfo.txt")

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

lumiNormalized: The normalized data (LumiBatch object) 

lib.mapping: The Illumina ID Mapping library, e.g.,
          "lumiHumanIDMapping" 

fileName: The file name of Tab separated sample information file 

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

     This function just produces a template of sample information with
     some default fillings. Users need to fill in the detailed sample
     descriptions, especially the Sample_title, Sample_description and
     some protocols. No blank fields are allowed. Function
     'produceGEOSubmissionFile' will produce the file GEO submission
     file based on this sample information. The users should not use
     "#" in the description as it is a reserved character.

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

     Save the result as a Tab separated text file or return a
     data.frame if the fileName is NULL.

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

     Pan Du

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

     http://www.ncbi.nlm.nih.gov/projects/geo/info/soft2.html

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

     'produceGEOSubmissionFile'

