getDye                 package:prada                 R Documentation

_E_x_t_r_a_c_t _t_h_e _D_y_e _n_a_m_e (_C_F_P _o_r _Y_F_P) _f_r_o_m _t_h_e _c_l_o_n_e _I_D _b_y _p_a_t_t_e_r_n _m_a_t_c_h_i_n_g

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

     Extract the Dye name (CFP or YFP) from the clone ID by pattern
     matching

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

     getDye(x)

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

       x: Character vector with clone ID(s)

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

     The following patterns are recognised:

        1.  ...[CY], ...[CY] Numbers, ...[CY] Numbers Letters, 

        2.  [CY]...

        3.  letter letter [CY]...

     See also the source code.

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

     Character vector of the same length as 'x'.

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

     Wolfgang Huber <URL: http://www.ebi.ac.uk/huber>

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

     getDye("dorit10_3c_1-2--01-pDhfbr2_78k24_1E3Y1")

