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

if (FALSE) { # \dontrun{
convert_human_to_mouse(c("BRCA1", "TRAF1", "MYBL1"))
} # }