Description Usage Arguments Value Examples
perform the OncoScore time series analysis for a list of genes and data times
1 2 3 4 5 6 7 | compute.oncoscore.timeseries(
data,
filter.threshold = 0,
analysis.mode = "Log2",
cutoff.threshold = 21.09,
file = NULL
)
|
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? |
the performed OncoScores time series analysis
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.