Description Usage Arguments Value Examples
Converts Gene Alias to Official Gene Symbols
1 | convertAlias(x, nomatch = NA, organism = "Hs", verbose = TRUE)
|
x |
character vector of gene aliases |
nomatch |
value to use for those aliases that could not
be mapped.
This argument can also be set to |
organism |
name of the reference organism. Currently only Human ('Hs') is supported. |
verbose |
logical that indicates if mapped and unmapped symbols
should be output to the |
a character vector of the mapped symbols, whose names correspond to
the original values in x
.
1 2 3 | convertAlias(c('A', 'IL10'))
convertAlias(c('A', 'IL-10', 'IL1RA'))
convertAlias(c('A', 'IL-10', 'IL1RA'), nomatch = TRUE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.