getGeneInfo {homologene} | R Documentation |
Download gene symbol information
Description
This function downloads the gene_info file from NCBI website and returns the gene symbols for current IDs.
Usage
getGeneInfo(destfile = NULL, justRead = FALSE, chunk_size = 1e+06)
Arguments
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 |
Value
A data frame with gene symbols for each current gene id
[Package homologene version 1.4.68.19.3.27 Index]