combine.query.results: combine.query.results

View source: R/utils.R

combine.query.resultsR Documentation

combine.query.results

Description

Merge a set of genes in a unique one in order to account for possible aliases

Usage

combine.query.results(query, genes, new.name)

Arguments

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

Value

The frequencies of the genes in the cancer related documents and in all the documents retireved on PubMed

Examples

data(query)
combine.query.results(query, c('IDH1', 'IDH2'), 'new_gene')


danro9685/OncoScore documentation built on March 27, 2024, 7:14 a.m.