compute.oncoscore.timeseries | R Documentation |
perform the OncoScore time series analysis for a list of genes and data times
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
data(query.timepoints)
compute.oncoscore.timeseries(query.timepoints)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.