mouse_gene_to_human: Basic function to convert mouse to human gene names

View source: R/convert_gene_orgs.R

mouse_gene_to_humanR Documentation

Basic function to convert mouse to human gene names

Description

Basic function to convert mouse to human gene names

Usage

mouse_gene_to_human(x)

Arguments

x

Mouse gene symbol list to convert to human

Value

Converted gene list

Examples

## Not run: 
library(Seurat)
# A list of cell cycle markers, from Tirosh et al, 2015, is loaded with Seurat.  We can
# segregate this list into markers of G2/M phase and markers of S phase
musGenes <- c("Hmmr", "Tlx3", "Cpeb4")

hsGenes <- convertMouseGeneList(x = musGenes)


## End(Not run)


Single-Cell-Genomics-Group-CNAG-CRG/SCrafty-package documentation built on Aug. 20, 2022, 9:29 a.m.