alias2Symbol package:limma R Documentation _C_o_n_v_e_r_t _G_e_n_e _A_l_i_a_s _t_o _O_f_f_i_c_i_a_l _G_e_n_e _S_y_m_b_o_l_s _D_e_s_c_r_i_p_t_i_o_n: Map a set of gene alias names to a set of gene symbols. _U_s_a_g_e: alias2Symbol(alias, species = "Hs", expand.symbols = FALSE) _A_r_g_u_m_e_n_t_s: alias: character vector of gene aliases species: character string specifying the species. Possible values are '"Dm"', '"Hs"', '"Mm"' or '"Rn"'. expand.symbols: logical, should those elements of 'alias' which are already official symbols be expanded if they are aliases for other symbols. _D_e_t_a_i_l_s: Aliases are mapped via NCBI Entrez Gene identity numbers using Bioconductor organism packages. Species are '"Dm"' for fly, '"Hs"' for human, '"Mm"' for mouse and '"Rn"' for rat. The user needs to have the appropriate Bioconductor organism package installed. _V_a_l_u_e: A character vector of gene symbols. May be longer or shorter than the original vector. _A_u_t_h_o_r(_s): Gordon Smyth and Yifang Hu _S_e_e _A_l_s_o: This function is often used to assist gene set testing, see 08.Tests. _E_x_a_m_p_l_e_s: if(!require("org.Hs.eg.db")) alias2Symbol(c("PUMA","NOXA","BIM"))