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

Description Usage Arguments Examples

Description

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

Usage

1
2
3
4
5
6
7
quantroStat(object)

## S4 method for signature 'quantro'
quantroStat(object)

## S4 method for signature 'quantro'
quantroStat(object)

Arguments

object

a quantro object

Examples

1
2
3
4
5
library(minfi)
data(flowSorted)
pd <- pData(flowSorted)
qtest <- quantro(flowSorted, groupFactor = pd$CellType)
quantroStat(qtest)

quantro documentation built on Nov. 8, 2020, 8:28 p.m.