Learn R Programming

nichenetr (version 1.0.0)

convert_mouse_to_human_symbols: Convert mouse gene symbols to their human one-to-one orthologs.

Description

convert_mouse_to_human_symbols Convert mouse gene symbols to their human one-to-one orthologs.

Usage

convert_mouse_to_human_symbols(symbols)

Arguments

symbols

A character vector of official mouse gene symbols

Value

A character vector of official human gene symbols (one-to-one orthologs of the input mouse gene symbols).

Examples

Run this code
# NOT RUN {
library(dplyr)
mouse_symbols = c("Tnf","Ifng")
human_symbols = mouse_symbols %>% convert_mouse_to_human_symbols()
# }

Run the code above in your browser using DataLab