ggExplainedVariance: Plotting of the explained variances

Description Usage Arguments Examples

View source: R/ggExplainedVariance.R

Description

Plotting of the explained variances

Usage

1
ggExplainedVariance(subnet, selection = NULL)

Arguments

subnet

a list generated by the generatePathwaysNetwork function

selection

which groups should be used for the plot.

Examples

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)

krumsiek/MoDentify documentation built on March 25, 2021, 8:32 a.m.