mapENTREZhuman2mouse | R Documentation |
Uses ENSEMBL biomaRt for converting human MSigDB gene sets to mouse.
mapENTREZhuman2mouse(GMT, ensembl_version = NULL)
GMT |
A named list of gene sets
(e.g., from |
ensembl_version |
Version of the ensembl annotation to use,
passed to |
Steve Sansom
readGMT
useEnsembl
gmtFile <- system.file(package = "gsfisher", "extdata", "kegg_hs.gmt") ann_gmt <- readGMT(gmtFile) ## Not run: mapENTREZhuman2mouse(ann_gmt, ensembl_version=NULL) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.