exp_showResults          package:explorase          R Documentation

_S_h_o_w _a_n_a_l_y_s_i_s _r_e_s_u_l_t_s

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

     Add a column of analysis results to the exploRase table and the
     GGobi dataset.

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

     exp_showResults(results, label, sublabels = "", types = exp_entityType(), keyword = NULL, explorase = T, ggobi = T)

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

 results: the data frame of results. To include results for multiple
          entity types at once, the result for each type should be
          concatenated in the same order as the 'types' parameter.

   label: a root label for the result (like the type of analysis)

sublabels: other labels concatenated to the root (such as the
          conditions involved)

   types: the entity type(s) of the data from which this result was
          derived.

 keyword: a keyword identifying this result, for use in
          context-sensitive help

explorase: whether to show the result in the explorase table

   ggobi: whether to add the result to the GGobi dataset

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

     Michael Lawrence <mflawren@fhcrc.org>

