combine.query.results: combine.query.results

Description Usage Arguments Value Examples

View source: R/utils.R

Description

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

Usage

1

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

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

OncoScore documentation built on Nov. 8, 2020, 5:18 p.m.