convert.alias {convertid} | R Documentation |
Convert Symbols to Aliases and Vice Versa.
Description
convert.alias()
attempts to find all possible symbol-alias combinations for a given gene symbol, i.e.,
it assumes the input ID to be either an Alias or a Symbol and performs multiple queries to find all possible
counterparts. The input IDs are converted to title and upper case before querying and all possibilities are tested.
There are species presets for Human and Mouse annotations.
Usage
convert.alias(id, species = c("Human", "Mouse"), db = NULL)
Arguments
id |
( |
species |
( |
db |
( |
Value
A data.frame
with two columns:
'SYMBOL': The official gene symbol. | |
'ALIAS': All possible aliases. | |
See Also
Examples
convert.alias("TRPV4")
[Package convertid version 0.1.8 Index]