setMask | R Documentation |
Set mask to only the probes specified
setMask(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(setMask(sdf, "cg14959801")$mask)
sum(setMask(sdf, c("cg14057072", "cg22344912"))$mask)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.