Description Usage Arguments Examples
View source: R/ggExplainedVariance.R
Plotting of the explained variances
1 | ggExplainedVariance(subnet, selection = NULL)
|
subnet |
a list generated by the |
selection |
which groups should be used for the plot. |
1 2 3 4 5 6 7 8 | data(qmdiab.data)
data(qmdiab.annos)
pathway.graph <- generatePathwaysNetwork(
data = qmdiab.data,
annotations = qmdiab.annos, level = "Sub.pathway"
)
ggExplainedVariance(pathway.graph)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.