addMask {sesame} | R Documentation |
This function essentially merge existing probe masking with new prboes to mask
addMask(sset, probes)
sset |
a |
probes |
a vector of probe IDs or a logical vector with TRUE representing masked probes |
a SigSet
with added mask
sset <- sesameDataGet('EPIC.1.LNCaP')$sset sum(sesame::mask(sset)) sum(sesame::mask(addMask(sset, c("cg14057072", "cg22344912"))))