Description Usage Arguments Value Examples
View source: R/camera_wrapper.R
Make a bubble plot for CAMERA output
1 2 | Camera_plotbubble(CAMERAoutput, outfileName = NULL, top = 20,
title = NULL)
|
CAMERAoutput |
A tab-seperated file with CAMERA results. |
outfileName |
Output pdf file name. |
top |
Number of top gene-sets to plot. |
title |
Title of the plot |
A pdf file with bubble plot
1 2 3 4 | ## Not run:
Camera_plotbubble(CAMERAoutput, outfileName = "test", top = 20, title = NULL)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.