sesameQC_plotIntensVsBetas | R Documentation |
Plot Total Signal Intensities vs Beta Values This plot is helpful in revealing the extent of signal background and dye bias.
sesameQC_plotIntensVsBetas(
sdf,
mask = TRUE,
use_max = FALSE,
intens.range = c(5, 15),
pal = "whiteturbo",
...
)
sdf |
a |
mask |
whether to remove probes that are masked |
use_max |
to use max(M,U) or M+U |
intens.range |
plot range of signal intensity |
pal |
color palette, whiteturbo, whiteblack, whitejet |
... |
additional arguments to smoothScatter |
create a total signal intensity vs beta value plot
sesameDataCache() # if not done yet
sdf <- sesameDataGet('EPIC.1.SigDF')
sesameQC_plotIntensVsBetas(sdf)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.