MSbetween {quantro}R Documentation

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

Description

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

Usage

MSbetween(object)

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

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

Arguments

object

a quantro object

Examples

library(minfi)
data(flowSorted)
pd <- pData(flowSorted)
qtest <- quantro(flowSorted, groupFactor = pd$CellType)
MSbetween(qtest)

[Package quantro version 1.24.0 Index]