| getGeneInfo | R Documentation | 
This function downloads the gene_info file from NCBI website and returns the gene symbols for current IDs.
getGeneInfo(destfile = NULL, justRead = FALSE, chunk_size = 1e+06)
| destfile | Path of the output file. If NULL a temp file will be used | 
| justRead | If TRUE and destfile exists, it reads the file instead of downloading the latest one from NCBI | 
| chunk_size | Chunk size to be used with  | 
A data frame with gene symbols for each current gene id
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.