volcanoplot              package:limma              R Documentation

_V_o_l_c_a_n_o _P_l_o_t

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

     Creates a volcano plot of log-fold changes versus log-odds of
     differential expression.

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

     volcanoplot(fit, coef=1, highlight=0, names=fit$genes$ID, ...)

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

     fit: an 'MArrayLM' fitted linear model object

    coef: integer giving the coefficient

highlight: number of top genes to be highlighted

   names: character vector giving text labels associated with the genes
          and to be used in highlighting

     ...: any other arguments are passed to 'plot'

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

     A volcano plot is any plot which displays fold changes versus a
     measure of statistical significance of the change.

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

     A plot is created on the current graphics device.

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

     Gordon Smyth

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

     An overview of presentation plots following the fitting of a
     linear model in LIMMA is given in 5.LinearModels.

