Description Usage Arguments Value See Also Examples
gets the aliases for a series of gene names
1 | get_aliases(gene_symbols, db = org.Hs.eg.db::org.Hs.eg.db)
|
gene_symbols |
a character vector of gene symbols. zb: CD1A |
db |
a database that inherits the select property. defaults to org.Hs.eg.db |
a named list whose names are the provided symbols and the elements are the character vectors with the aliases
get_genesymbols
1 2 3 4 5 6 7 8 | get_aliases(c("MAPK1", "CD4"))
# $MAPK1
# [1] "ERK" "ERK-2" "ERK2" "ERT1" "MAPK2" "P42MAPK"
# [7] "PRKM1" "PRKM2" "p38" "p40" "p41" "p41mapk"
# [13] "p42-MAPK" "MAPK1"
#
# $CD4
# [1] "CD4mut" "CD4"
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.