pump                package:biocViews                R Documentation

_i_n_t_e_r_p_o_l_a_t_e _t_o_p_i_c_s _i_n _a _p_a_c_k_a_g_e-_v_i_e_w _a_s_s_o_c_i_a_t_i_o_n

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

     interpolate topics in a package-view association

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

     pump(viewlist, vocab, root="vocRoot")

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

viewlist: viewlist

   vocab: vocab

    root: root

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

     If T is a hypernym of S and package P is associated  with task S,
     P should also be associated with task T.  This function assures
     this.

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

     a revised view list

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

     Vince Carey <stvjc@channing.harvard.edu>

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

     data(sep05)
     pump(list(DifferentialExpression="limma"),sep05)

