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