View source: R/convert_gene_orgs.R
| mouse_gene_to_human | R Documentation |
Basic function to convert mouse to human gene names
mouse_gene_to_human(x)
x |
Mouse gene symbol list to convert to human |
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
musGenes <- c("Hmmr", "Tlx3", "Cpeb4")
hsGenes <- convertMouseGeneList(x = musGenes)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.