DPExplorer            package:gtkWidgets            R Documentation

_F_u_n_c_t_i_o_n_s _c_o_n_s_t_u_c_t _a _w_i_d_g_e_t _t_o _e_x_p_l_o_r_e _B_i_o_C'_s _d_a_t_a _p_a_c_k_a_g_e_s

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

     These functions construct a widget that allow users to visually
     explore a data package of Bioconductor and read selected elements
     to R

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

     DPExplorer(pkgName = "", colNames = c("Key", "Value"), title = "BioC Data Package Explorer") 

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

 pkgName: 'pkgName' a character string for the name of a Bioconductor's
          data package that has already been loaded

   title: 'title' a character string for the title of the widget

colNames: 'colNames' a vector of two character strings to be used as
          the names for data columns for keys and values of a data
          environment

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

     If 'pkgName' is not provided when 'DPExplorer' is called, an entry
     box is available for users to put a 'pkgName' in later. In either
     cases, the data package specified by 'pkgName' should have been
     loaded.

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

     If only one key is selected, 'DPExplorer' returns a vector of one
     to more elements. If more than one key is selected,

_N_o_t_e:

     The functions are part of the Bioconductor project at Dana-Farber
     Cancer Institute to provide Bioinformatics functionalities through
     R

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

     Jianhua Zhang

_R_e_f_e_r_e_n_c_e_s:

     Documents for a Bioconductor data package

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

     if(interactive() && require("hgu95av2", character.only = TRUE)){
         DPExplorer("hgu95av2")
     }

