HVDMreport               package:rHVDM               R Documentation

_g_e_n_e_r_a_t_e_s _a_n _H_T_M_L _r_e_p_o_r_t _u_s_i_n_g _t_h_e _i_n_p_u_t

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

     This method generates report using one of the HVDM outputs (either
     from the 'training()', 'screeening()' or 'fitgene()' commands.)

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

     HVDMreport(HVDM,name)

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

    HVDM: a list output either by a 'training()', 'screening()' or
          'fitgene()' command.

    name: an optional argument allowing to specify the name of the HTML
          file (the .HTML extension is added automatically). 

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

     If the output has been generated by 'training()' or 'fitgene()',
     the HTML report contains four sections:

     1) Functions inputs.

     2) Model score.

     3) Fitted parameters.

     4) Visual comparison of model and data.

     In the 'fitgene()' case comparisons with correponding results for
     genes in the training set are given.

     If the output has been generated by the 'screening()' command, the
     HTML report contains the following sections:

     1) Inputs to the preceding 'training()' command.

     2) Inputs to the 'screening()' command (such as bounds used to
     classify genes).

     3) Results.

     4) List of putative targets of the transcription factor under
     review.

     The HTML report is genereated in the current working directory.
     Graphic files are stored in a subdirectory with a similar name.

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

     Nothing is returned, but a message indicating the name of the HTML
     file and its location on the hard drive is given.

_N_o_t_e:

     The HTML report is generated in the working directory.

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

     Martino Barenco

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

     M. Barenco, D. Tomescu, D. Brewer, R. Callard, J. Stark, M. Hubank
     (2006) Ranked predictions of p53 targets using Hidden Variable
     Dynamic Modelling. _Genome Biology_, *V7(3)*, R25.

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

     'training','screening','fitgene'

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

     data(HVDMexample)
     tHVDMp53<-training(eset=fiveGyMAS5,genes=p53traingenes,degrate=0.8,actname="p53")
     #HVDMreport(tHVDMp53)
     #HVDMreport(tHVDMp53, name="p53training")

