View source: R/DEG_list_helper.R
ent2sym | R Documentation |
Map Entrez ID to HGNC symbol and vice versa. Uses LazygeneInfo if no gene ID information is provided at geneMap. geneMap, if provided, should be a data frame with at least two columns named 'hgnc_symbol' and 'entrez'. ent2sym is meant for quick ID conversion and uses match, which does not handle many-to-one or many-to-many relationships.
ent2sym(genes, geneMap = NULL)
genes |
genes either in Entrez or Symbol (human) |
geneMap |
gene mapper data frame. Uses LazygeneInfo if null. |
genes in wanted IDs
ent2sym("TP53")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.