Bimap-direction        package:AnnotationDbi        R Documentation

_M_e_t_h_o_d_s _f_o_r _a_c_c_e_s_s_i_n_g/_c_h_a_n_g_i_n_g _t_h_e _d_i_r_e_c_t_i_o_n _o_f _a _B_i_m_a_p _o_b_j_e_c_t

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

     These methods are part of the Bimap interface.

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

       direction(x)
       direction(x) <- value
       revmap(x, ...)

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

       x: A Bimap object. 

   value: A single integer or character string indicating the new
          direction. 

     ...: Extra argument can be:

          '_o_b_j_N_a_m_e' The name to give to the reversed map (only
               supported if 'x' is an AnnDbBimap object).

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

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

     H. Pages

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

     Bimap, BimapFormatting, AnnDbBimap-envirAPI

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

       library(hgu95av2.db)
       x <- hgu95av2GO
       x
       length(x)
       Llength(x)
       Rlength(x)

       y <- revmap(x)
       y
       length(y)
       Llength(y)
       Rlength(y)

