doVennDiagram            package:ABarray            R Documentation

_C_r_e_a_t_e _V_e_n_n _D_i_a_g_r_a_m

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

     Create Venn diagram from lists.

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

     doVennDiagram(a, b, c = NULL, names, ...)

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

       a: a vector of first list 

       b: a vector of second list 

       c: a vector of third list, optional 

   names: a vector for the name of the set 

     ...: additional graphical parameter 

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

     The funciton will create Venn diagram. If two lists (a and b) are
     provided, two-way Venn diagram will produced. If three lists (a,
     b, and c) are provided, three-way Venn diagram will be produced.

     This function depends on some functions of limma package, and is
     derived from limma package.

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

     A plot of Venn diagram

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

     Yongming Sun

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

     Bioconductor limma package.

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

