qualityMask | R Documentation |
Currently quality masking only supports three platforms see also listAvailableMasks(sdfPlatform(sdf))
qualityMask(sdf, mask_names = "recommended", verbose = TRUE)
sdf |
a |
mask_names |
a vector of masking groups, see listAvailableMasks use "recommended" for recommended masking. One can also combine "recommended" with other masking groups by specifying a vector, e.g., c("recommended", "M_mapping") |
verbose |
be verbose |
a filtered SigDF
sesameDataCache() # if not done yet
sdf <- sesameDataGet('EPIC.1.SigDF')
sum(sdf$mask)
sum(qualityMask(sdf)$mask)
sum(qualityMask(sdf, mask_names = NULL)$mask)
## list available masks, the dbname column
listAvailableMasks(sdfPlatform(sdf))
listAvailableMasks("EPICv2")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.