Learn R Programming

quantro (version 1.6.2)

anova: Accessors for the 'anova' slot of a quantro object.

Description

Accessors for the 'anova' slot of a quantro object.

Usage

anova(object, ...)

## S3 method for class 'quantro': anova(object)

## S3 method for class 'quantro': anova(object)

Arguments

object
a quantro object
...
other

Examples

Run this code
library(minfi)
data(flowSorted)
pd <- pData(flowSorted)
qtest <- quantro(flowSorted, groupFactor = pd$CellType)
anova(qtest)

Run the code above in your browser using DataLab