getFeatures-methods           package:HELP           R Documentation

_G_e_t _f_e_a_t_u_r_e_s (_m_e_t_h_o_d_s)

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

     Methods for fetching a subset of features from a given data
     structure

_M_e_t_h_o_d_s:



     _x = "_m_i_s_s_i_n_g", _y = "_m_i_s_s_i_n_g" Handle empty function call 

     _x = "_E_x_p_r_e_s_s_i_o_n_S_e_t", _y = "_m_i_s_s_i_n_g" Handle input of an object of
          class 'ExpressionSet'. Select all feature data. 

     _x = "_E_x_p_r_e_s_s_i_o_n_S_e_t", _y = "_N_U_L_L" Handle input of an object of class
          'ExpressionSet'. Select all feature data. 

     _x = "_E_x_p_r_e_s_s_i_o_n_S_e_t", _y = "_v_e_c_t_o_r" Handle input of an object of
          class 'ExpressionSet'. Select a subset of features. 

     _x = "_A_n_n_o_t_a_t_e_d_D_a_t_a_F_r_a_m_e", _y = "_m_i_s_s_i_n_g" Handle input of an
          'AnnotatedDataFrame' object. Select all feature data. 

     _x = "_A_n_n_o_t_a_t_e_d_D_a_t_a_F_r_a_m_e", _y = "_N_U_L_L" Handle input of an
          'AnnotatedDataFrame' object. Select all feature data. 

     _x = "_A_n_n_o_t_a_t_e_d_D_a_t_a_F_r_a_m_e", _y = "_v_e_c_t_o_r" Handle input of an
          'AnnotatedDataFrame' object. Select a subset of features. 

     _x = "_v_e_c_t_o_r", _y = "_m_i_s_s_i_n_g" Handle input of a vector (interpreted
          as a matrix). Select all feature data 

     _x = "_v_e_c_t_o_r", _y = "_N_U_L_L" Handle input of a vector (interpreted as
          a matrix). Select all feature data 

     _x = "_v_e_c_t_o_r", _y = "_v_e_c_t_o_r" Handle input of two vectors specifying
          feature data and feature subset information, respectively. 

     _x = "_m_a_t_r_i_x", _y = "_v_e_c_t_o_r" Handle input of a matrix and a vector
          specifying feature data and feature subset information,
          respectively. 

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

     Reid F. Thompson (rthompso@aecom.yu.edu)

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

     'getFeatures'

