combine.query.results | R Documentation |
Merge a set of genes in a unique one in order to account for possible aliases
combine.query.results(query, genes, new.name)
query |
The result of perform.query, perform.query.timeseries of perform.query.from.region |
genes |
A list of genes to be merged |
new.name |
A string containing the new name to be used for the new genes |
The frequencies of the genes in the cancer related documents and in all the documents retireved on PubMed
data(query)
combine.query.results(query, c('IDH1', 'IDH2'), 'new_gene')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.