Description Usage Arguments Value Examples
Infers both the organism and genome ID format before converting to the desired format
1 | autoconvert(gene_vec, to = c("symbol", "ensgene", "entrez"))
|
gene_vec |
Vector of input gene IDs |
to |
ID format to convert gene IDs to |
A vector of the same size as gene_vec with the mapped IDs. Any
IDs that are unable to be mapped are converted to NA
.
1 2 | autoconvert(c("Tapbp", "B2m"), to='ensgene')
autoconvert(c(3105, 3106), to='symbol')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.