View source: R/convert_gene_orgs.R
human_gene_to_mouse | R Documentation |
Basic function to convert human to mouse gene names
human_gene_to_mouse(x)
x |
Human gene symbol list to convert to mouse |
Converted gene list
## 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.