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

View source: R/supporting_functions.R

convert_human_to_mouse_symbolsR Documentation

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, version = 1)

Arguments

symbols

A character vector of official human gene symbols

version

Indicates which version of the mouse-human annotations should be used: Default 1. In April 2022, and nichenetr 2.0., the default will change to 2.

Value

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

Examples

library(dplyr)
human_symbols = c("TNF","IFNG")
mouse_symbols = human_symbols %>% convert_human_to_mouse_symbols()

saeyslab/nichenetr documentation built on March 26, 2024, 9:22 a.m.