synonyms_to_hgnc | R Documentation |
Maps gene synonyms to their official HGNC symbol.
synonyms_to_hgnc(input, verbose = FALSE, warn = TRUE, ...)
input |
Character vector of possible gene synonyms. |
verbose |
Logical. If |
warn |
Logical. If |
Elements of input
that are, in fact, synonyms are
replaced by their official HGNC symbol. Elements that are already
HGNC symbols stay as they are. Elements that are neither are silently
dropped.
Character vector.
# give feedback and warn
synonyms_to_hgnc(input = c("GFAP", "M33", "XXX"), verbose = T, warn = T)
# give only feedback and drop silently
synonyms_to_hgnc(input = c("GFAP", "M33", "XXX"), verbose = T, warn = F)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.