reportCodelink           package:codelink           R Documentation

_W_r_i_t_e _a _r_e_p_o_r_t _o_f _g_e_n_e_s _s_e_l_e_c_t_e_d _i_n _H_T_M_L

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

     Takes a list of genes as argument and writes an HTML page
     containing informa- tion about these genes: Unigene, Genbank,
     Entrez Gene, etc.

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

             reportCodelink(object, chip, filename = NULL, title = "Main title",
                      probe.type = FALSE, other = NULL, other.ord = NULL)

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

  object: an object of class "Codelink" or a list of genes.

    chip: the chip description package.

filename: file name used in the report.

   title: title used in the report.

probe.type: logical; if TRUE Probe type information is  writen.

   other: list of vectors containing aditional values to add to the
          report.

other.ord: slot name in other to order genes by.

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

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

     Nothing, only the HTML file generated.

_N_o_t_e:

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

     Diego Diez

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

     'htmlpage'

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

