convert.alias | R Documentation |
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.
convert.alias(id, species = c("Human", "Mouse"), db = NULL)
id |
( |
species |
( |
db |
( |
A data.frame
with two columns:
'SYMBOL': The official gene symbol. | |
'ALIAS': All possible aliases. | |
select
convert.alias("TRPV4")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.