domainDist               package:SLGI               R Documentation

_F_i_n_d_s _t_h_e _n_u_m_b_e_r _o_f _g_e_n_e _s_e_t_s _f_o_r _e_a_c_h _s_h_a_r_e_d _d_o_m_a_i_n

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

     'domainDist' takes a list of shared domains, and compute for each
     distinct domain how many gene sets share it.

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

     domainDist(domainL)

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

 domainL: Each element of the list is a vector of functional domains.

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

     For each domain that appears in the domain list, 'domainDist'
     counts the number of elements that have this domain.

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

     Returns a frequency table with descending order.

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

     Z. Jiang

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

     'getSharedDomains', 'sharedBy'

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

     data(AtongFnDomain)
     domainDist(AtongFnDomain$SharedPfam[1:20])

