signalMU {sesame} | R Documentation |
report M and U for regular probes
signalMU(sdf, mask = TRUE)
sdf |
a |
mask |
whether to apply mask |
a data frame of M and U columns
sesameDataCache("EPIC") # if not done yet sdf <- sesameDataGet('EPIC.1.SigDF') head(signalMU(sdf))