getGeneHistory {homologene} | R Documentation |
Download gene history file
Description
Downloads and reads the gene history file from NCBI website. This file is needed for other functions
Usage
getGeneHistory(destfile = NULL, justRead = FALSE)
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 |
Value
A data frame with latest gene history information
[Package homologene version 1.4.68.19.3.27 Index]