Learn R Programming

quantro (version 1.6.2)

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

Description

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

Usage

summary(object, ...)

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

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

Arguments

object
a quantro object
...
other

Examples

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

Run the code above in your browser using DataLab