convertlist            package:goCluster            R Documentation

_F_u_n_c_t_i_o_n _t_o _c_o_n_v_e_r_t _u_s_e_r _i_n_p_u_t _i_n_t_o _a _c_h_a_r_a_c_t_e_r _v_e_c_t_o_r

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

     These three functions are utility function for the class
     clusterAnnotationGO-abp. They are used to split a comma separated
     list into a character vector.

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

     convertlist(X, list, all)
     convertontology(X)
     convertevidence(X)

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

       X: The user input 

    list: A list of all possible options. 

     all: An additional option that select all possible entries of the
          list. 

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

     This function splits a comma separated list given by the user and
     matches it against a predefined list of possible options. A
     character vector holding the selected options is returned.

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

     A character vector with the options that were specified by the
     user.

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

     Gunnar Wrobel, <URL: http://www.gunnarwrobel.de>.

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

     'clusterAnnotationGO-abp-class'

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

     convertevidence("ALL")

