Description Usage Arguments Value Examples
get normalization control signal from SigSet. The function optionally takes mean for each channel.
1 | getNormCtls(sset, average = FALSE)
|
sset |
a SigSet |
average |
whether to average |
a data frame of normalization control signals
1 2 3 4 | sset <- readIDATpair(file.path(system.file(
'extdata','',package='sesameData'), '4207113116_B'))
df.ctl <- getNormCtls(sset)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.