Given the mice gene symbols, this function creates a map from mice to human using biomaRt.

mouse2human(genes)

Arguments

genes

mice genes to be converted to human

Value

returns a mapping from mouse to human

Examples

# \donttest{

mouse.genes <- c("Gfap", "Gzmb", "Il1b")
map <- mouse2human(mouse.genes)
#> >> Converting mouse genes to human...
#> Error: biomaRt has encountered an unexpected server error.
#> Consider trying one of the Ensembl mirrors (for more details look at ?useEnsembl)

# }