Description Usage Arguments Value See Also Examples
gets the aliases for a series of common gene names
1 | get_genesymbols(gene_aliases, db = org.Hs.eg.db::org.Hs.eg.db)
|
gene_aliases |
a character vector of gene aliases zb: ERK |
db |
a database that inherits the select property. defaults to org.Hs.eg.db |
a named list whose names are the provided aliases and the elements are the character vectors with the gene names
get_aliases
1 2 3 4 5 6 7 8 9 | get_genesymbols("ERK")
# $ERK
# [1] "EPHB2" "MAPK1"
get_genesymbols(c("SUPERFAKEGENE", "ERK"))
# $SUPERFAKEGENE
# [1] NA
#
# $ERK
# [1] "EPHB2" "MAPK1"
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.