plotPvalues: Plotting the p-value matrix

View source: R/plotting.R

plotPvaluesR Documentation

Plotting the p-value matrix

Description

This function plots the p-value matrix as a tile plot.

Usage

plotPvalues(pvalue.matrix, alg.order = NULL, show.pvalue = TRUE, font.size = 5)

Arguments

pvalue.matrix

Matrix with the p-values to plot

alg.order

A permutation indicating the reordering of the algorithms

show.pvalue

Logical value indicating whether the numerical values have to be printed

font.size

Size of the p-values, if printed

Value

A ggplot object.

See Also

drawAlgorithmGraph, plotCD

Examples

data(data_gh_2008)
pvalues <- friedmanPost(data.gh.2008)
ordering <- order(summarizeData(data.gh.2008))
plotPvalues(pvalues, alg.order=ordering)


b0rxa/scmamp documentation built on Jan. 17, 2024, 10:49 a.m.