splitName               package:limma               R Documentation

_S_p_l_i_t _C_o_m_p_o_s_i_t_e _G_e_n_e _N_a_m_e_s

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

     Split composite gene names into short names and gene annotation
     strings. NOTE: this function is now deprecated in favor of
     'strsplit2'.

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

     splitName(x, split=";", extended=TRUE)

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

       x: character vector

   split: character to split each element of vector on, see 'strsplit'

extended: logical.  If 'TRUE', extended regular expression matching is
          used, see 'strsplit'.

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

     Gene names are assumed to comprise a short name or identifier
     followed by more detailed annotation information.

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

     A list containing components 

    Name: character vector of the same length as 'x' contain first
          splits of each element

Annotation: character vector of the same length as 'x' contain second
          splits of each element

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

     Gordon Smyth

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

     'strsplit'.

     An overview of LIMMA functions for reading data is given in
     03.ReadingData.

