Description Usage Arguments Value Examples
Given a list of gene ids and gene history information, traces changes in the gene's name to get the latest valid ID
1 | updateIDs(ids, gene_history)
|
ids |
Gene ids |
gene_history |
Gene history information, probably returned by |
A character vector. New ids for genes that changed ids, or "-" for discontinued genes. the input itself.
1 2 3 4 5 | ## Not run:
gene_history = getGeneHistory()
updateIDs(c("4340964", "4349034", "4332470", "4334151", "4323831"),gene_history)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.