prepSesame | R Documentation |
Notes on the order of operation: 1. qualityMask and inferSpecies should go before noob and pOOBAH, otherwise the background is too high because of Multi, uk and other probes 2. dyeBias correction needs to happen early 3. channel inference before dyebias 4. noob should happen last, pOOBAH before noob because noob modifies oob
prepSesame(sdf, prep = "QCDPB", prep_args = NULL)
sdf |
SigDF |
prep |
code that indicates preprocessing functions and their execution order (functions on the left is executed first). |
prep_args |
optional argument list to individual functions, e.g., prepSesame(sdf, prep_args=list(Q=list(mask_names = "design_issue"))) sets qualityMask(sdf, mask_names = "design_issue") |
SigDF
sdf <- sesameDataGet("MM285.1.SigDF")
sdf1 <- prepSesame(sdf, "QCDPB")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.