Description Usage Arguments Value Examples
Make a bubblePlot for SPIA pathway output
1 2 | spia_plotBubble(SPIAout, outfileName = NULL, top = 20, plotType = 1,
title = NULL)
|
SPIAout |
output from spia_wrapper |
outfileName |
output pdf file name for plot |
top |
How many top pathways to plot (by pGFdr value) |
plotType |
Which kind of bubble plot to make. options are : 1 (activated and inactivated pathways together) or 2 (activated and inactivated pathways split by a horizontal line). Note that in type 2 the p values appear as negative for inactivated pathways. |
title |
Title of the plot |
plot A bubbleplot in pdf format
1 2 3 4 5 6 | ## Not run:
deout <- system.file("extdata", "edgeR_output_annotated.tsv", package="vivlib")
spia_wrapper(DEoutput = deout, organism = "mmu", outFile = "edgeR_spia.txt")
spia_plotBubble(SPIAout = "edgeR_spia.txt", outfileName = "SPIAplots.out", top = 20, title = "SPIA plot")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.