Description Usage Arguments Value Examples
plot the OncoScore for a list of genes
1 2 3 4 5 6 7 8 9 10 11 12 13 |
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
1 2 3 | data(query.timepoints)
result = compute.oncoscore.timeseries(query.timepoints)
plot.oncoscore.timeseries(result)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.