compute.oncoscore.timeseries: compute.oncoscore.timeseries

Description Usage Arguments Value Examples

View source: R/OncoScore.R

Description

perform the OncoScore time series analysis for a list of genes and data times

Usage

1
2
3
4
5
6
7
compute.oncoscore.timeseries(
  data,
  filter.threshold = 0,
  analysis.mode = "Log2",
  cutoff.threshold = 21.09,
  file = NULL
)

Arguments

data

input data as result of the function perform.query.timeseries

filter.threshold

threshold to filter for a minimum number of citations for the genes

analysis.mode

logaritmic scores to be computed, i.e., log10, log2, natural log or log5

cutoff.threshold

threshold to be used to asses the oncogenes

file

should I save the results to text files?

Value

the performed OncoScores time series analysis

Examples

1
2

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