ConvertGeneOrthologs: Convert a vector of MGI symbols to their HGNC orthologs and...

View source: R/ConvertGeneOrthologs.R

ConvertGeneOrthologsR Documentation

Convert a vector of MGI symbols to their HGNC orthologs and vice versa.

Description

Converts gene names from human -> mouse and mouse -> human.

Usage

ConvertGeneOrthologs(gene.vec = NULL, species = "mm")

Arguments

gene.vec

A vector of genes to convert. Default to NULL.

species

One of "mm" or "hs". Defaults to "mm" (and thus converts to human).

Author(s)

Jack Leary

Examples

## Not run: ConvertGeneOrthologs(gene.vec = mouse_genes)
## Not run: ConvertGeneOrthologs(gene.vec = human_genes, species = "hs")

jr-leary7/SCISSORS documentation built on April 20, 2023, 8:21 p.m.