Description Usage Arguments Details Value Examples
You can, in theory, create a volcano plot from a number of different parts
of a MultiGSEAResult()
object. Most often you want to create a volcano
plot from the differential expressino results, but you could imagine
building a volcan plot where each point is a geneset. In this case, you
would extract the pvalues from the method you like in the
MultiGSEAResult()
object using the stats
parameter.
1 2 3 4 5 6 7 8 9 |
x |
A |
stats |
One of |
xaxis, yaxis |
the column of the the provided (or extracted)
|
idx |
The column of the |
xtfrm |
A function that transforms the |
ytfrm |
A function that transforms the |
Like the volcanoPlot()
function, this is mostly used by the
multiGSEA.shiny package.
a data.frame
with .xv
, .xy
, .xvt
and
.xvy
columns that represent the xvalues, yvalues, transformed
xvalues, and transformed yvalues, respectively
1 2 3 | mg <- exampleMultiGSEAResult()
v.dge <- volcanoStatsTable(mg)
v.camera <- volcanoStatsTable(mg, 'camera')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.