Skip to contents

For a given gene set of human symbols return mouse symbols

Usage

convert_human_to_mouse(gene_list)

Arguments

gene_list

List of human genes to be converted to mouse IDs

Value

genes

Examples

# \donttest{
convert_human_to_mouse(c("BRCA1", "TRAF1", "MYBL1"))
#> [1] "Brca1" "Traf1" "Mybl1"
# }