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