Description Usage Arguments Value
Creates an updated version of the homologene database. This is done by downloading
the latest gene annotation information and tracing changes in gene symbols and
identifiers over history. homologeneData2
was created using
this function over the original homologeneData
. This function
requires downloading large amounts of data from the NCBI ftp servers.
1 2 3 | updateHomologene(destfile = NULL,
baseline = homologene::homologeneData2, gene_history = NULL,
gene_info = NULL)
|
destfile |
Optional. Path of the output file. |
baseline |
The baseline homologene file to be used. By default uses the
|
gene_history |
A gene history data frame, possibly returned by |
gene_info |
A gene info data frame that contatins ID-symbol matches,
possibly returned by |
Homologene database in a data frame with updated gene IDs and symbols
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.