medianTotalIntensity | R Documentation |
The function takes one single SigDF
and computes median
intensity of M+U for each probe. This function outputs a single
numeric for the median.
medianTotalIntensity(sdf, mask = TRUE)
sdf |
a |
mask |
whether to mask probes using mask column |
median of all intensities
sesameDataCache() # if not done yet
sdf <- sesameDataGet('EPIC.1.SigDF')
medianTotalIntensity(sdf)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.