Description Usage Arguments Value Examples
View source: R/map_gene_names.R
Map all genes in a genesetr library object to HGNC-approved symbols
1 | lib2HGNC(lib, untranslatable.na = F)
|
lib |
a genesetr library object |
untranslatable.na |
boolean, default is false. If a gene does not have an HGNC mapping, then the function will return an NA for that gene |
a genesetr library object with all genes mapped to approved HGNC symbols
1 2 | lib = genesetr::chea_example
mapped_lib = lib2HGNC(lib, untranslatable.na = T)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.