human_gene_to_mouse: Basic function to convert human to mouse gene names

View source: R/convert_gene_orgs.R

human_gene_to_mouseR Documentation

Basic function to convert human to mouse gene names

Description

Basic function to convert human to mouse gene names

Usage

human_gene_to_mouse(x)

Arguments

x

Human gene symbol list to convert to mouse

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
s.genes_hs <- cc.genes$s.genes

s.genes_mm <- human_gene_to_mouse(x = s.genes_hs)


## End(Not run)


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