signalMU {sesame}R Documentation

report M and U for regular probes

Description

report M and U for regular probes

Usage

signalMU(sdf, mask = TRUE)

Arguments

sdf

a SigDF

mask

whether to apply mask

Value

a data frame of M and U columns

Examples

sesameDataCache("EPIC") # if not done yet
sdf <- sesameDataGet('EPIC.1.SigDF')
head(signalMU(sdf))

[Package sesame version 1.11.14 Index]