Learn R Programming

quantro (version 1.6.2)

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

Description

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

Usage

quantroStatPerm(object)

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

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

Arguments

object
a quantro object

Examples

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

Run the code above in your browser using DataLab