biocReposList package:Biobase R Documentation _R_e_t_u_r_n _a _l_i_s_t _o_f _B_i_o_c_o_n_d_u_c_t_o_r _p_a_c_k_a_g_e _r_e_p_o_s_i_t_o_r_i_e_s _D_e_s_c_r_i_p_t_i_o_n: This function returns a named character vector of Bioconductor package repositories. The vector can be used as the 'repos' argument to 'install.packages' and friends. _U_s_a_g_e: biocReposList() _D_e_t_a_i_l_s: The repository URLs are hardcoded for each release. _V_a_l_u_e: bioc : URL of main Bioc package repository aData : URL for Bioc annotation data package repository eData : URL for Bioc experiment data package repository oh : URL for Bioc Omegahat package repository. This repository contains the versions of Omegahat packages that were tested with the current Bioc release. li : URL for Bioc Lindsey package repository. cran : URL for Bioc CRAN package repository. This is just a normal CRAN repository. _A_u_t_h_o_r(_s): S. Falcon _E_x_a_m_p_l_e_s: brl <- biocReposList()