prefixMask | R Documentation |
Mask SigDF by probe ID prefix
prefixMask(sdf, prefixes = NULL, invert = FALSE)
sdf |
SigDF |
prefixes |
prefix characters |
invert |
use the complement set |
SigDF
sdf <- resetMask(sesameDataGet("MM285.1.SigDF"))
sum(prefixMask(sdf, c("ctl","rs"))$mask)
sum(prefixMask(sdf, c("ctl"))$mask)
sum(prefixMask(sdf, c("ctl","rs","ch"))$mask)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.