powered by
convert_mouse_to_human_symbols Convert mouse gene symbols to their human one-to-one orthologs.
convert_mouse_to_human_symbols
convert_mouse_to_human_symbols(symbols)
A character vector of official mouse gene symbols
A character vector of official human gene symbols (one-to-one orthologs of the input mouse gene symbols).
# NOT RUN { library(dplyr) mouse_symbols = c("Tnf","Ifng") human_symbols = mouse_symbols %>% convert_mouse_to_human_symbols() # }
Run the code above in your browser using DataLab