detectionMask {sesame} | R Documentation |
Mask Sigset by detection p-value
detectionMask(sset, pval.method = NULL, pval.threshold = 0.05)
sset |
a |
pval.method |
which method to use in calculating p-values |
pval.threshold |
the p-value threshold |
a filtered SigSet
sesameDataCache("EPIC") # if not done yet sset <- sesameDataGet('EPIC.1.LNCaP')$sset sset.masked <- detectionMask(sset)