
For a given gene set of human symbols return mouse symbols
Source:R/convert_human_to_mouse_ids.R
convert_human_to_mouse.Rd
For a given gene set of human symbols return mouse symbols
Examples
# \donttest{
convert_human_to_mouse(c("BRCA1", "TRAF1", "MYBL1"))
#> [1] "Brca1" "Traf1" "Mybl1"
# }