gdapply               package:BSgenome               R Documentation

_A_p_p_l_i_e_s _a _f_u_n_c_t_i_o_n _t_o _e_l_e_m_e_n_t_s _o_f _a _G_e_n_o_m_e_D_a_t_a

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

     Returns a list of values obtained by applying a function to
     elements of a GenomeData or GenomeDataList object.

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

     gdapply(X, FUN, ...)

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

       X: An object of class '"GenomeData"' or '"GenomeDataList"' 

     FUN: A function to be applied to each chromosome-level sub-element
          of 'X'. 

     ...: Further arguments; passed to 'FUN' 

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

     Typically an object of the same class as 'X'.

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

     Deepayan Sarkar

