Learn R Programming

nichenetr (version 1.0.0)

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

Description

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

Usage

convert_human_to_mouse_symbols(symbols)

Arguments

symbols

A character vector of official human gene symbols

Value

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

Examples

Run this code
# NOT RUN {
library(dplyr)
human_symbols = c("TNF","IFNG")
mouse_symbols = human_symbols %>% convert_human_to_mouse_symbols()
# }

Run the code above in your browser using DataLab