meanIntensity {sesame}R Documentation

Mean Intensity

Description

The function takes one single SigSet and computes mean intensity of all the in-band measurements. This includes all Type-I in-band measurements and all Type-II probe measurements. Both methylated and unmethylated alleles are considered. This function outputs a single numeric for the mean.

Usage

meanIntensity(sset)

Arguments

sset

a SigSet

Value

mean of all intensities

Examples

sset <- makeExampleSeSAMeDataSet()
meanIntensity(sset)

[Package sesame version 1.0.0 Index]