getFeats                package:Ringo                R Documentation

_U_t_i_l_i_t_y _f_u_n_c_t_i_o_n _t_o _e_x_t_r_a_c_t _a_l_l _f_e_a_t_u_r_e_s _f_r_o_m _a _c_h_e_r_L_i_s_t

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

     This is a small utility function for extracting all related
     features from a _cherList_, a list of _ChIP-enriched regions_.

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

     getFeats(cl)

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

      cl: object of class 'cherList', a list of cher objects

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

     a character vector containing the names of all features that were
     associated to any ChIP-enriched region in the list before, using
     the function 'relateChers'

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

     Joern Toedling

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

     'relateChers','cher-class'

