| convert_from_agi | R Documentation | 
For A. thaliana, converts TAIR IDs to entrez IDs, gene symbol or description
convert_from_agi(ids, to = "entrez")
ids | 
 vector of AGI gene IDs  | 
to | 
 value in c("entrez", "symbol", "name")  | 
named vector
genes <- c("AT2G05940", "AT4G16480", "AT4G04570", "AT2G30130", "AT1G56300")
entrez_ids <- convert_from_agi(genes)
print(entrez_ids)
symbols <- convert_from_agi(genes, to = "symbol")
print(symbols)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.