plot.oncoscore.timeseries {OncoScore} | R Documentation |
plot the OncoScore for a list of genes
## S3 method for class 'oncoscore.timeseries' plot(x, gene.number = 5, incremental = FALSE, relative = FALSE, main = "OncoScore", xlab = "timepoints", ylab = "score", legend.pos = "top", file = NA, ...)
x |
input data as result of the function compute.OncoScore |
gene.number |
number of genes to print |
incremental |
display the OncoScore increment |
relative |
dispaly the incrementa as relative value |
main |
the title |
xlab |
description of x asix (defaul score) |
ylab |
description of y asix (defaul genes) |
legend.pos |
Position of the legend |
file |
where to save the plot |
... |
additional parameter to pass to the lines function |
A plot
data(query.timepoints) result = compute.oncoscore.timeseries(query.timepoints) plot.oncoscore.timeseries(result)