makeContrasts {waveTiling}R Documentation

Construct contrast matrix

Description

Helper function to construct a contrast matrix to be used in the inference procedure of the wavelet-based transcriptome analysis when conducting a pairwise comparison analysis.

Usage

makeContrasts(contrasts, nlevels)

Arguments

contrasts

compare: contrasts for pairwise comparison analysis.

nlevels

Number of groups for pairwise comparison analysis.

Value

numeric matrix

Author(s)

Kristof De Beuf <kristof.debeuf@ugent.be>

Examples

  makeContrasts(contrasts="compare",nlevels=6)

[Package waveTiling version 1.22.0 Index]