totalIntensities | R Documentation |
The function takes one single SigDF
and computes total
intensity of all the in-band measurements by summing methylated and
unmethylated alleles. This function outputs a single numeric for the mean.
totalIntensities(sdf, mask = FALSE)
sdf |
a |
mask |
whether to mask probes using mask column |
a vector of M+U signal for each probe
sesameDataCache() # if not done yet
sdf <- sesameDataGet('EPIC.1.SigDF')
intensities <- totalIntensities(sdf)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.